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