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