Struct nettle_sys::aes_ctx
source · #[repr(C)]pub struct aes_ctx {
pub key_size: c_uint,
pub u: aes_ctx__bindgen_ty_1,
}
Fields§
§key_size: c_uint
§u: aes_ctx__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for aes_ctx
impl Send for aes_ctx
impl Sync for aes_ctx
impl Unpin for aes_ctx
impl UnwindSafe for aes_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