pub struct VectorRegisterFile<const VLENB: usize>(/* private fields */);Expand description
Alignment wrapper for vector registers
Trait Implementations§
Source§impl<const VLENB: usize> Clone for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Clone for VectorRegisterFile<VLENB>
Source§fn clone(&self) -> VectorRegisterFile<VLENB>
fn clone(&self) -> VectorRegisterFile<VLENB>
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<const VLENB: usize> Debug for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Debug for VectorRegisterFile<VLENB>
Source§impl<const VLENB: usize> Default for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Default for VectorRegisterFile<VLENB>
Source§impl<const VLENB: usize> Deref for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Deref for VectorRegisterFile<VLENB>
Source§impl<const VLENB: usize> DerefMut for VectorRegisterFile<VLENB>
impl<const VLENB: usize> DerefMut for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Copy for VectorRegisterFile<VLENB>
Auto Trait Implementations§
impl<const VLENB: usize> Freeze for VectorRegisterFile<VLENB>
impl<const VLENB: usize> RefUnwindSafe for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Send for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Sync for VectorRegisterFile<VLENB>
impl<const VLENB: usize> Unpin for VectorRegisterFile<VLENB>
impl<const VLENB: usize> UnsafeUnpin for VectorRegisterFile<VLENB>
impl<const VLENB: usize> UnwindSafe for VectorRegisterFile<VLENB>
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