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