#[repr(C, packed(1))]pub struct tss {
pub reserved: u32,
pub rsp: [u64; 3],
pub reserved2: u64,
pub ist: [u64; 7],
pub reserved3: u64,
pub reserved4: u16,
pub iomap_base: u16,
}Fields§
§reserved: u32§rsp: [u64; 3]§reserved2: u64§ist: [u64; 7]§reserved3: u64§reserved4: u16§iomap_base: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for tss
impl RefUnwindSafe for tss
impl Send for tss
impl Sync for tss
impl Unpin for tss
impl UnwindSafe for tss
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