#[repr(transparent)]pub struct MemnGlbac2(pub u32);Expand description
MBC Global Access Control
Tuple Fields§
§0: u32Implementations§
Source§impl MemnGlbac2
impl MemnGlbac2
Trait Implementations§
Source§impl Clone for MemnGlbac2
impl Clone for MemnGlbac2
Source§fn clone(&self) -> MemnGlbac2
fn clone(&self) -> MemnGlbac2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MemnGlbac2
impl Debug for MemnGlbac2
Source§impl Default for MemnGlbac2
impl Default for MemnGlbac2
Source§fn default() -> MemnGlbac2
fn default() -> MemnGlbac2
Returns the “default value” for a type. Read more
Source§impl PartialEq for MemnGlbac2
impl PartialEq for MemnGlbac2
impl Copy for MemnGlbac2
impl Eq for MemnGlbac2
impl StructuralPartialEq for MemnGlbac2
Auto Trait Implementations§
impl Freeze for MemnGlbac2
impl RefUnwindSafe for MemnGlbac2
impl Send for MemnGlbac2
impl Sync for MemnGlbac2
impl Unpin for MemnGlbac2
impl UnwindSafe for MemnGlbac2
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