Struct linux_raw_sys::net::if_settings
source · #[repr(C)]pub struct if_settings {
pub type_: c_uint,
pub size: c_uint,
pub ifs_ifsu: if_settings__bindgen_ty_1,
}
Fields§
§type_: c_uint
§size: c_uint
§ifs_ifsu: if_settings__bindgen_ty_1
Trait Implementations§
source§impl Clone for if_settings
impl Clone for if_settings
source§fn clone(&self) -> if_settings
fn clone(&self) -> if_settings
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 if_settings
Auto Trait Implementations§
impl Freeze for if_settings
impl RefUnwindSafe for if_settings
impl !Send for if_settings
impl !Sync for if_settings
impl Unpin for if_settings
impl UnwindSafe for if_settings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)