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