#[repr(C)]pub struct tso_t {
pub hdr: *mut c_void,
pub hdr_sz: u16,
pub mss: u16,
}Fields§
§hdr: *mut c_void§hdr_sz: u16§mss: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for tso_t
impl RefUnwindSafe for tso_t
impl !Send for tso_t
impl !Sync for tso_t
impl Unpin for tso_t
impl UnwindSafe for tso_t
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