#[repr(transparent)]pub struct Rac(pub u32);Expand description
Read Access Control
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Rac
impl Eq for Rac
impl StructuralPartialEq for Rac
Auto Trait Implementations§
impl Freeze for Rac
impl RefUnwindSafe for Rac
impl Send for Rac
impl Sync for Rac
impl Unpin for Rac
impl UnwindSafe for Rac
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