Struct windows_sys::Win32::System::AddressBook::SBitMaskRestriction
[−]Expand description
Required features: "Win32_System_AddressBook"
Fields
relBMR: u32
ulPropTag: u32
ulMask: u32
Trait Implementations
impl Clone for SBitMaskRestriction
impl Clone for SBitMaskRestriction
impl Copy for SBitMaskRestriction
Auto Trait Implementations
impl RefUnwindSafe for SBitMaskRestriction
impl Send for SBitMaskRestriction
impl Sync for SBitMaskRestriction
impl Unpin for SBitMaskRestriction
impl UnwindSafe for SBitMaskRestriction
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