#[repr(C)]pub struct NL_INTERFACE_OFFLOAD_ROD {
pub bitfield: BOOLEAN,
}
Fields§
§bitfield: BOOLEAN
Implementations§
Source§impl NL_INTERFACE_OFFLOAD_ROD
impl NL_INTERFACE_OFFLOAD_ROD
pub fn NlChecksumSupported(&self) -> BOOLEAN
pub fn set_NlChecksumSupported(&mut self, val: BOOLEAN)
pub fn NlOptionsSupported(&self) -> BOOLEAN
pub fn set_NlOptionsSupported(&mut self, val: BOOLEAN)
pub fn TlDatagramChecksumSupported(&self) -> BOOLEAN
pub fn set_TlDatagramChecksumSupported(&mut self, val: BOOLEAN)
pub fn TlStreamChecksumSupported(&self) -> BOOLEAN
pub fn set_TlStreamChecksumSupported(&mut self, val: BOOLEAN)
pub fn TlStreamOptionsSupported(&self) -> BOOLEAN
pub fn set_TlStreamOptionsSupported(&mut self, val: BOOLEAN)
pub fn FastPathCompatible(&self) -> BOOLEAN
pub fn set_FastPathCompatible(&mut self, val: BOOLEAN)
pub fn TlLargeSendOffloadSupported(&self) -> BOOLEAN
pub fn set_TlLargeSendOffloadSupported(&mut self, val: BOOLEAN)
pub fn TlGiantSendOffloadSupported(&self) -> BOOLEAN
pub fn set_TlGiantSendOffloadSupported(&mut self, val: BOOLEAN)
Trait Implementations§
Source§impl Clone for NL_INTERFACE_OFFLOAD_ROD
impl Clone for NL_INTERFACE_OFFLOAD_ROD
Source§fn clone(&self) -> NL_INTERFACE_OFFLOAD_ROD
fn clone(&self) -> NL_INTERFACE_OFFLOAD_ROD
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for NL_INTERFACE_OFFLOAD_ROD
impl Default for NL_INTERFACE_OFFLOAD_ROD
Source§fn default() -> NL_INTERFACE_OFFLOAD_ROD
fn default() -> NL_INTERFACE_OFFLOAD_ROD
Returns the “default value” for a type. Read more
impl Copy for NL_INTERFACE_OFFLOAD_ROD
Auto Trait Implementations§
impl Freeze for NL_INTERFACE_OFFLOAD_ROD
impl RefUnwindSafe for NL_INTERFACE_OFFLOAD_ROD
impl Send for NL_INTERFACE_OFFLOAD_ROD
impl Sync for NL_INTERFACE_OFFLOAD_ROD
impl Unpin for NL_INTERFACE_OFFLOAD_ROD
impl UnwindSafe for NL_INTERFACE_OFFLOAD_ROD
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