Union linux_raw_sys::net::if_settings__bindgen_ty_1
source · #[repr(C)]
pub union if_settings__bindgen_ty_1 {
pub raw_hdlc: *mut raw_hdlc_proto,
pub cisco: *mut cisco_proto,
pub fr: *mut fr_proto,
pub fr_pvc: *mut fr_proto_pvc,
pub fr_pvc_info: *mut fr_proto_pvc_info,
pub x25: *mut x25_hdlc_proto,
pub sync: *mut sync_serial_settings,
pub te1: *mut te1_settings,
}
Fields§
§raw_hdlc: *mut raw_hdlc_proto
§cisco: *mut cisco_proto
§fr: *mut fr_proto
§fr_pvc: *mut fr_proto_pvc
§fr_pvc_info: *mut fr_proto_pvc_info
§x25: *mut x25_hdlc_proto
§sync: *mut sync_serial_settings
§te1: *mut te1_settings
Trait Implementations§
source§impl Clone for if_settings__bindgen_ty_1
impl Clone for if_settings__bindgen_ty_1
source§fn clone(&self) -> if_settings__bindgen_ty_1
fn clone(&self) -> if_settings__bindgen_ty_1
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__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for if_settings__bindgen_ty_1
impl RefUnwindSafe for if_settings__bindgen_ty_1
impl !Send for if_settings__bindgen_ty_1
impl !Sync for if_settings__bindgen_ty_1
impl Unpin for if_settings__bindgen_ty_1
impl UnwindSafe for if_settings__bindgen_ty_1
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
)