#[repr(C)]pub struct mm_tbuf_s {
pub km: *mut c_void,
pub rep_len: c_int,
pub frag_gap: c_int,
}Fields§
§km: *mut c_void§rep_len: c_int§frag_gap: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for mm_tbuf_s
impl RefUnwindSafe for mm_tbuf_s
impl !Send for mm_tbuf_s
impl !Sync for mm_tbuf_s
impl Unpin for mm_tbuf_s
impl UnwindSafe for mm_tbuf_s
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