pub struct DataAddress { /* private fields */ }Trait Implementations§
Source§impl Clone for DataAddress
impl Clone for DataAddress
Source§fn clone(&self) -> DataAddress
fn clone(&self) -> DataAddress
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 Default for DataAddress
impl Default for DataAddress
Source§fn default() -> DataAddress
fn default() -> DataAddress
Returns the “default value” for a type. Read more
Source§impl PartialEq for DataAddress
impl PartialEq for DataAddress
impl StructuralPartialEq for DataAddress
Auto Trait Implementations§
impl Freeze for DataAddress
impl RefUnwindSafe for DataAddress
impl Send for DataAddress
impl Sync for DataAddress
impl Unpin for DataAddress
impl UnwindSafe for DataAddress
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