Struct panda_sys::SegmentCache [−][src]
#[repr(C)]pub struct SegmentCache { pub selector: u32, pub base: target_ulong, pub limit: u32, pub flags: u32, }
Fields
selector: u32base: target_ulonglimit: u32flags: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SegmentCacheimpl Send for SegmentCacheimpl Sync for SegmentCacheimpl Unpin for SegmentCacheimpl UnwindSafe for SegmentCacheBlanket Implementations
Mutably borrows from an owned value. Read more