#[repr(C)]pub struct FaVl8(pub [FaSeqVl; 8]);Tuple Fields§
§0: [FaSeqVl; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for FaVl8
impl RefUnwindSafe for FaVl8
impl Send for FaVl8
impl Sync for FaVl8
impl Unpin for FaVl8
impl UnsafeUnpin for FaVl8
impl UnwindSafe for FaVl8
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