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