Struct windows_sys::Win32::System::AddressBook::SBitMaskRestriction
#[repr(C)]pub struct SBitMaskRestriction {
pub relBMR: u32,
pub ulPropTag: u32,
pub ulMask: u32,
}
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§
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