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