pub enum NcFormat {
Classic,
Offset64,
Cdf5,
Nc4,
Nc4Classic,
}Expand description
NetCDF file format.
Variants§
Trait Implementations§
impl Copy for NcFormat
impl Eq for NcFormat
impl StructuralPartialEq for NcFormat
Auto Trait Implementations§
impl Freeze for NcFormat
impl RefUnwindSafe for NcFormat
impl Send for NcFormat
impl Sync for NcFormat
impl Unpin for NcFormat
impl UnsafeUnpin for NcFormat
impl UnwindSafe for NcFormat
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