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