#[repr(C)]pub struct NTMS_OBJECTINFORMATIONW {
pub dwSize: u32,
pub dwType: NtmsObjectsTypes,
pub Created: SYSTEMTIME,
pub Modified: SYSTEMTIME,
pub ObjectGuid: Guid,
pub Enabled: BOOL,
pub dwOperationalState: NtmsOperationalState,
pub szName: [u16; 64],
pub szDescription: [u16; 127],
pub Info: NTMS_OBJECTINFORMATIONW_0,
}Fields§
§dwSize: u32§dwType: NtmsObjectsTypes§Created: SYSTEMTIME§Modified: SYSTEMTIME§ObjectGuid: Guid§Enabled: BOOL§dwOperationalState: NtmsOperationalState§szName: [u16; 64]§szDescription: [u16; 127]§Info: NTMS_OBJECTINFORMATIONW_0Trait Implementations§
Source§impl Abi for NTMS_OBJECTINFORMATIONW
impl Abi for NTMS_OBJECTINFORMATIONW
Source§type Abi = NTMS_OBJECTINFORMATIONW
type Abi = NTMS_OBJECTINFORMATIONW
The abi representation of the implementing type. Read more
type DefaultType = NTMS_OBJECTINFORMATIONW
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for NTMS_OBJECTINFORMATIONW
impl Clone for NTMS_OBJECTINFORMATIONW
Source§fn clone(&self) -> NTMS_OBJECTINFORMATIONW
fn clone(&self) -> NTMS_OBJECTINFORMATIONW
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NTMS_OBJECTINFORMATIONW
impl Eq for NTMS_OBJECTINFORMATIONW
Auto Trait Implementations§
impl Freeze for NTMS_OBJECTINFORMATIONW
impl RefUnwindSafe for NTMS_OBJECTINFORMATIONW
impl Send for NTMS_OBJECTINFORMATIONW
impl Sync for NTMS_OBJECTINFORMATIONW
impl Unpin for NTMS_OBJECTINFORMATIONW
impl UnsafeUnpin for NTMS_OBJECTINFORMATIONW
impl UnwindSafe for NTMS_OBJECTINFORMATIONW
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