#[repr(C)]pub struct Dtable {
pub base: u64,
pub limit: u16,
pub padding: [u16; 3],
}Fields§
§base: u64§limit: u16§padding: [u16; 3]Trait Implementations§
impl Copy for Dtable
Auto Trait Implementations§
impl Freeze for Dtable
impl RefUnwindSafe for Dtable
impl Send for Dtable
impl Sync for Dtable
impl Unpin for Dtable
impl UnwindSafe for Dtable
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