pub struct SdrrLogicalAddress { /* private fields */ }
Expand description
Struct representing the information required to construct a logical address to access a byte in an SDRR rom set.
Implementations§
Trait Implementations§
Source§impl Clone for SdrrLogicalAddress
impl Clone for SdrrLogicalAddress
Source§fn clone(&self) -> SdrrLogicalAddress
fn clone(&self) -> SdrrLogicalAddress
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 SdrrLogicalAddress
impl Debug for SdrrLogicalAddress
Source§impl PartialEq for SdrrLogicalAddress
impl PartialEq for SdrrLogicalAddress
impl Copy for SdrrLogicalAddress
impl Eq for SdrrLogicalAddress
impl StructuralPartialEq for SdrrLogicalAddress
Auto Trait Implementations§
impl Freeze for SdrrLogicalAddress
impl RefUnwindSafe for SdrrLogicalAddress
impl Send for SdrrLogicalAddress
impl Sync for SdrrLogicalAddress
impl Unpin for SdrrLogicalAddress
impl UnwindSafe for SdrrLogicalAddress
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