Struct simics_api_sys::bindings::frags
source · #[repr(C)]pub struct frags {
pub len: usize,
pub nfrags: c_uint,
pub fraglist: [frags_frag_t; 8],
}
Fields§
§len: usize
§nfrags: c_uint
§fraglist: [frags_frag_t; 8]
Trait Implementations§
source§impl Ord for frags
impl Ord for frags
source§impl PartialOrd for frags
impl PartialOrd for frags
impl Copy for frags
impl Eq for frags
impl StructuralPartialEq for frags
Auto Trait Implementations§
impl Freeze for frags
impl RefUnwindSafe for frags
impl !Send for frags
impl !Sync for frags
impl Unpin for frags
impl UnwindSafe for frags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)