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