pub struct MemoryRange {
pub start: u8,
pub end: u8,
}Expand description
MemoryRange
Fields§
§start: u8§end: u8Implementations§
Trait Implementations§
Source§impl Clone for MemoryRange
impl Clone for MemoryRange
Source§fn clone(&self) -> MemoryRange
fn clone(&self) -> MemoryRange
Returns a duplicate 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 MemoryRange
impl Debug for MemoryRange
Source§impl PartialEq for MemoryRange
impl PartialEq for MemoryRange
impl Copy for MemoryRange
impl Eq for MemoryRange
impl StructuralPartialEq for MemoryRange
Auto Trait Implementations§
impl Freeze for MemoryRange
impl RefUnwindSafe for MemoryRange
impl Send for MemoryRange
impl Sync for MemoryRange
impl Unpin for MemoryRange
impl UnwindSafe for MemoryRange
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