#[repr(C)]pub struct COMMON_PLUGIN_TABLE {
pub name: LPCWSTR,
pub information: LPCWSTR,
}Expand description
汎用プラグイン構造体
Fields§
§name: LPCWSTRプラグインの名前
information: LPCWSTRプラグインの情報
Auto Trait Implementations§
impl !Send for COMMON_PLUGIN_TABLE
impl !Sync for COMMON_PLUGIN_TABLE
impl Freeze for COMMON_PLUGIN_TABLE
impl RefUnwindSafe for COMMON_PLUGIN_TABLE
impl Unpin for COMMON_PLUGIN_TABLE
impl UnsafeUnpin for COMMON_PLUGIN_TABLE
impl UnwindSafe for COMMON_PLUGIN_TABLE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more