#[repr(C)]pub struct multi2_key {
pub N: c_int,
pub uk: [ulong32; 8],
}
Fields§
§N: c_int
§uk: [ulong32; 8]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for multi2_key
impl RefUnwindSafe for multi2_key
impl Send for multi2_key
impl Sync for multi2_key
impl Unpin for multi2_key
impl UnwindSafe for multi2_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