#[repr(C)]pub struct Struct_tcamsg {
pub tca_family: c_uchar,
pub tca__pad1: c_uchar,
pub tca__pad2: c_ushort,
}
Fields§
§tca_family: c_uchar
§tca__pad1: c_uchar
§tca__pad2: c_ushort
Trait Implementations§
Source§impl Clone for Struct_tcamsg
impl Clone for Struct_tcamsg
Source§impl Default for Struct_tcamsg
impl Default for Struct_tcamsg
impl Copy for Struct_tcamsg
Auto Trait Implementations§
impl Freeze for Struct_tcamsg
impl RefUnwindSafe for Struct_tcamsg
impl Send for Struct_tcamsg
impl Sync for Struct_tcamsg
impl Unpin for Struct_tcamsg
impl UnwindSafe for Struct_tcamsg
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