#[repr(C)]pub struct fz_aes {
pub nr: c_int,
pub rk: *mut u32,
pub buf: [u32; 68],
}Expand description
Structure definitions are public to enable stack
based allocation. Do not access the members directly.
Fields§
§nr: c_int§rk: *mut u32§buf: [u32; 68]Trait Implementations§
Auto Trait Implementations§
impl Freeze for fz_aes
impl RefUnwindSafe for fz_aes
impl !Send for fz_aes
impl !Sync for fz_aes
impl Unpin for fz_aes
impl UnwindSafe for fz_aes
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