pub struct RegAddress {
pub addr: usize,
pub size: Option<usize>,
}
Fields§
§addr: usize
§size: Option<usize>
Trait Implementations§
Source§impl Clone for RegAddress
impl Clone for RegAddress
Source§fn clone(&self) -> RegAddress
fn clone(&self) -> RegAddress
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 RegAddress
impl Debug for RegAddress
impl Copy for RegAddress
Auto Trait Implementations§
impl Freeze for RegAddress
impl RefUnwindSafe for RegAddress
impl Send for RegAddress
impl Sync for RegAddress
impl Unpin for RegAddress
impl UnwindSafe for RegAddress
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