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