#[repr(C)]pub struct CommandRange {
pub start_paddr: u64,
pub end_paddr: u64,
}Fields§
§start_paddr: u64§end_paddr: u64Trait Implementations§
Source§impl Clone for CommandRange
impl Clone for CommandRange
Source§fn clone(&self) -> CommandRange
fn clone(&self) -> CommandRange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CommandRange
impl Debug for CommandRange
Source§impl PartialEq for CommandRange
impl PartialEq for CommandRange
Source§fn eq(&self, other: &CommandRange) -> bool
fn eq(&self, other: &CommandRange) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CommandRange
impl Eq for CommandRange
impl StructuralPartialEq for CommandRange
Auto Trait Implementations§
impl Freeze for CommandRange
impl RefUnwindSafe for CommandRange
impl Send for CommandRange
impl Sync for CommandRange
impl Unpin for CommandRange
impl UnsafeUnpin for CommandRange
impl UnwindSafe for CommandRange
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