pub struct VectorRegisterFile<const VLEN: Vlen>(/* private fields */);Expand description
Alignment wrapper for vector registers
Implementations§
Trait Implementations§
Source§impl<const VLEN: Vlen> Clone for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> Clone for VectorRegisterFile<VLEN>
Source§fn clone(&self) -> VectorRegisterFile<VLEN>
fn clone(&self) -> VectorRegisterFile<VLEN>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<const VLEN: Vlen> Copy for VectorRegisterFile<VLEN>
Source§impl<const VLEN: Vlen> Debug for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> Debug for VectorRegisterFile<VLEN>
Auto Trait Implementations§
impl<const VLEN: Vlen> Freeze for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> RefUnwindSafe for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> Send for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> Sync for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> Unpin for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> UnsafeUnpin for VectorRegisterFile<VLEN>
impl<const VLEN: Vlen> UnwindSafe for VectorRegisterFile<VLEN>
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