#[repr(C)]pub struct AttnPreVl8(pub [AttnPreVl; 8]);Tuple Fields§
§0: [AttnPreVl; 8]Trait Implementations§
Source§impl Clone for AttnPreVl8
impl Clone for AttnPreVl8
Source§fn clone(&self) -> AttnPreVl8
fn clone(&self) -> AttnPreVl8
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 Copy for AttnPreVl8
impl DeviceRepr for AttnPreVl8
Auto Trait Implementations§
impl Freeze for AttnPreVl8
impl RefUnwindSafe for AttnPreVl8
impl Send for AttnPreVl8
impl Sync for AttnPreVl8
impl Unpin for AttnPreVl8
impl UnsafeUnpin for AttnPreVl8
impl UnwindSafe for AttnPreVl8
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