#[repr(C)]pub struct SBitMaskRestriction {
pub relBMR: u32,
pub ulPropTag: u32,
pub ulMask: u32,
}Fields§
§relBMR: u32§ulPropTag: u32§ulMask: u32Trait Implementations§
Source§impl Clone for SBitMaskRestriction
impl Clone for SBitMaskRestriction
Source§fn clone(&self) -> SBitMaskRestriction
fn clone(&self) -> SBitMaskRestriction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SBitMaskRestriction
Source§impl Debug for SBitMaskRestriction
impl Debug for SBitMaskRestriction
Source§impl Default for SBitMaskRestriction
impl Default for SBitMaskRestriction
Source§fn default() -> SBitMaskRestriction
fn default() -> SBitMaskRestriction
Returns the “default value” for a type. Read more
Source§impl PartialEq for SBitMaskRestriction
impl PartialEq for SBitMaskRestriction
Source§fn eq(&self, other: &SBitMaskRestriction) -> bool
fn eq(&self, other: &SBitMaskRestriction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SBitMaskRestriction
Auto Trait Implementations§
impl Freeze for SBitMaskRestriction
impl RefUnwindSafe for SBitMaskRestriction
impl Send for SBitMaskRestriction
impl Sync for SBitMaskRestriction
impl Unpin for SBitMaskRestriction
impl UnsafeUnpin 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