#[repr(C)]pub struct sm4_ctx {
pub rkey: [u32; 32],
}Fields§
§rkey: [u32; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for sm4_ctx
impl RefUnwindSafe for sm4_ctx
impl Send for sm4_ctx
impl Sync for sm4_ctx
impl Unpin for sm4_ctx
impl UnwindSafe for sm4_ctx
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