#[repr(C)]pub struct t_info {
pub tbuf_size: u16,
pub mfn_offset: __IncompleteArrayField<u16>,
}Fields§
§tbuf_size: u16§mfn_offset: __IncompleteArrayField<u16>Trait Implementations§
Auto Trait Implementations§
impl Freeze for t_info
impl RefUnwindSafe for t_info
impl Send for t_info
impl Sync for t_info
impl Unpin for t_info
impl UnwindSafe for t_info
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