Struct windows_sys::Win32::System::Mmc::SMMCObjectTypes
[−]Expand description
Required features: "Win32_System_Mmc"
Fields
count: u32guid: [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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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