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