Struct windows_sys::Win32::System::Mmc::SMMCObjectTypes
[−]Expand description
Required features: "Win32_System_Mmc"
Fields
count: u32
guid: [GUID; 1]
Trait Implementations
impl Clone for SMMCObjectTypes
impl Clone for SMMCObjectTypes
impl Copy for SMMCObjectTypes
Auto Trait Implementations
impl RefUnwindSafe for SMMCObjectTypes
impl Send for SMMCObjectTypes
impl Sync for SMMCObjectTypes
impl Unpin for SMMCObjectTypes
impl UnwindSafe for SMMCObjectTypes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more