Struct panda_sys::vmcb_seg [−][src]
#[repr(C, packed)]pub struct vmcb_seg { pub selector: u16, pub attrib: u16, pub limit: u32, pub base: u64, }
Fields
selector: u16attrib: u16limit: u32base: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for vmcb_segimpl UnwindSafe for vmcb_segBlanket Implementations
Mutably borrows from an owned value. Read more