#[repr(C)]pub struct ifrsskey {
pub ifrk_name: [c_char; 16],
pub ifrk_func: u8,
pub ifrk_spare0: u8,
pub ifrk_keylen: u16,
pub ifrk_key: [u8; 128],
}Fields§
§ifrk_name: [c_char; 16]if name, e.g. “en0”
ifrk_func: u8RSS_FUNC_
ifrk_spare0: u8§ifrk_keylen: u16§ifrk_key: [u8; 128]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifrsskey
impl RefUnwindSafe for ifrsskey
impl Send for ifrsskey
impl Sync for ifrsskey
impl Unpin for ifrsskey
impl UnwindSafe for ifrsskey
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