Struct TCP_ICW_PARAMETERS
#[repr(C)]pub struct TCP_ICW_PARAMETERS {
pub Level: TCP_ICW_LEVEL,
}
Fields§
§Level: TCP_ICW_LEVEL
Trait Implementations§
§impl Clone for TCP_ICW_PARAMETERS
impl Clone for TCP_ICW_PARAMETERS
§fn clone(&self) -> TCP_ICW_PARAMETERS
fn clone(&self) -> TCP_ICW_PARAMETERS
Returns a copy 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 moreimpl Copy for TCP_ICW_PARAMETERS
Auto Trait Implementations§
impl Freeze for TCP_ICW_PARAMETERS
impl RefUnwindSafe for TCP_ICW_PARAMETERS
impl Send for TCP_ICW_PARAMETERS
impl Sync for TCP_ICW_PARAMETERS
impl Unpin for TCP_ICW_PARAMETERS
impl UnwindSafe for TCP_ICW_PARAMETERS
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