#[repr(C)]pub struct V2DfData {
pub elem: [V2Df; 1024],
}Fields§
§elem: [V2Df; 1024]Trait Implementations§
Auto Trait Implementations§
impl Freeze for V2DfData
impl RefUnwindSafe for V2DfData
impl Send for V2DfData
impl Sync for V2DfData
impl Unpin for V2DfData
impl UnwindSafe for V2DfData
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