Struct linux_raw_sys::netlink::rta_session
source · #[repr(C)]pub struct rta_session {
pub proto: __u8,
pub pad1: __u8,
pub pad2: __u16,
pub u: rta_session__bindgen_ty_1,
}
Fields§
§proto: __u8
§pad1: __u8
§pad2: __u16
§u: rta_session__bindgen_ty_1
Trait Implementations§
source§impl Clone for rta_session
impl Clone for rta_session
source§fn clone(&self) -> rta_session
fn clone(&self) -> rta_session
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 rta_session
Auto Trait Implementations§
impl Freeze for rta_session
impl RefUnwindSafe for rta_session
impl Send for rta_session
impl Sync for rta_session
impl Unpin for rta_session
impl UnwindSafe for rta_session
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
)