Struct linux_raw_sys::netlink::tcmsg
source · #[repr(C)]pub struct tcmsg {
pub tcm_family: c_uchar,
pub tcm__pad1: c_uchar,
pub tcm__pad2: c_ushort,
pub tcm_ifindex: c_int,
pub tcm_handle: __u32,
pub tcm_parent: __u32,
pub tcm_info: __u32,
}
Fields§
§tcm_family: c_uchar
§tcm__pad1: c_uchar
§tcm__pad2: c_ushort
§tcm_ifindex: c_int
§tcm_handle: __u32
§tcm_parent: __u32
§tcm_info: __u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for tcmsg
impl RefUnwindSafe for tcmsg
impl Send for tcmsg
impl Sync for tcmsg
impl Unpin for tcmsg
impl UnwindSafe for tcmsg
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
)