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 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