#[repr(C)]pub struct 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§
Source§impl Clone for Struct_tcmsg
impl Clone for Struct_tcmsg
Source§impl Default for Struct_tcmsg
impl Default for Struct_tcmsg
impl Copy for Struct_tcmsg
Auto Trait Implementations§
impl Freeze for Struct_tcmsg
impl RefUnwindSafe for Struct_tcmsg
impl Send for Struct_tcmsg
impl Sync for Struct_tcmsg
impl Unpin for Struct_tcmsg
impl UnwindSafe for Struct_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