pub struct CtxValidIvArray { /* private fields */ }Expand description
Array of registers: VMAPCTX_WD%s, BIVCTX_WD%s
Implementations§
Trait Implementations§
Source§impl Clone for CtxValidIvArray
impl Clone for CtxValidIvArray
Source§fn clone(&self) -> CtxValidIvArray
fn clone(&self) -> CtxValidIvArray
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 PartialEq for CtxValidIvArray
impl PartialEq for CtxValidIvArray
impl Copy for CtxValidIvArray
impl Eq for CtxValidIvArray
impl Send for CtxValidIvArray
impl StructuralPartialEq for CtxValidIvArray
impl Sync for CtxValidIvArray
Auto Trait Implementations§
impl Freeze for CtxValidIvArray
impl RefUnwindSafe for CtxValidIvArray
impl Unpin for CtxValidIvArray
impl UnwindSafe for CtxValidIvArray
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