Struct simics_api_sys::frags_frag
source · #[repr(C)]pub struct frags_frag {
pub start: *const uint8,
pub len: usize,
}
Fields§
§start: *const uint8
§len: usize
Trait Implementations§
source§impl Clone for frags_frag
impl Clone for frags_frag
source§fn clone(&self) -> frags_frag
fn clone(&self) -> frags_frag
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for frags_frag
impl Debug for frags_frag
source§impl Default for frags_frag
impl Default for frags_frag
source§impl Hash for frags_frag
impl Hash for frags_frag
source§impl Ord for frags_frag
impl Ord for frags_frag
source§fn cmp(&self, other: &frags_frag) -> Ordering
fn cmp(&self, other: &frags_frag) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for frags_frag
impl PartialEq for frags_frag
source§impl PartialOrd for frags_frag
impl PartialOrd for frags_frag
impl Copy for frags_frag
impl Eq for frags_frag
impl StructuralPartialEq for frags_frag
Auto Trait Implementations§
impl Freeze for frags_frag
impl RefUnwindSafe for frags_frag
impl !Send for frags_frag
impl !Sync for frags_frag
impl Unpin for frags_frag
impl UnwindSafe for frags_frag
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
)