#[repr(C)]pub struct ifrsshash {
pub ifrh_name: [c_char; 16],
pub ifrh_func: u8,
pub ifrh_spare0: u8,
pub ifrh_spare1: u16,
pub ifrh_types: u32,
}Fields§
§ifrh_name: [c_char; 16]if name, e.g. “en0”
ifrh_func: u8RSS_FUNC_
ifrh_spare0: u8§ifrh_spare1: u16§ifrh_types: u32RSS_TYPE_
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifrsshash
impl RefUnwindSafe for ifrsshash
impl Send for ifrsshash
impl Sync for ifrsshash
impl Unpin for ifrsshash
impl UnwindSafe for ifrsshash
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