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