pub struct DataModeActive {
pub memory_idx: MemIdx,
pub offset: Span,
}Fields§
§memory_idx: MemIdx§offset: SpanTrait Implementations§
Source§impl Clone for DataModeActive
impl Clone for DataModeActive
Source§fn clone(&self) -> DataModeActive
fn clone(&self) -> DataModeActive
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 moreAuto Trait Implementations§
impl Freeze for DataModeActive
impl RefUnwindSafe for DataModeActive
impl Send for DataModeActive
impl Sync for DataModeActive
impl Unpin for DataModeActive
impl UnwindSafe for DataModeActive
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