#[repr(C)]pub struct grib_vdarray { /* private fields */ }Trait Implementations§
Source§impl Clone for grib_vdarray
impl Clone for grib_vdarray
Source§fn clone(&self) -> grib_vdarray
fn clone(&self) -> grib_vdarray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for grib_vdarray
impl Debug for grib_vdarray
impl Copy for grib_vdarray
Auto Trait Implementations§
impl Freeze for grib_vdarray
impl RefUnwindSafe for grib_vdarray
impl Send for grib_vdarray
impl Sync for grib_vdarray
impl Unpin for grib_vdarray
impl UnwindSafe for grib_vdarray
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