pub enum NcWriteFormat {
AutoClassic,
Classic,
Offset64,
Cdf5,
Nc4,
Nc4Classic,
}Expand description
Requested NetCDF output format.
Variants§
AutoClassic
Pick CDF-1, CDF-2, or CDF-5 from the exact schema and layout.
Classic
Offset64
Cdf5
Nc4
Nc4Classic
Trait Implementations§
Source§impl Clone for NcWriteFormat
impl Clone for NcWriteFormat
Source§fn clone(&self) -> NcWriteFormat
fn clone(&self) -> NcWriteFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NcWriteFormat
Source§impl Debug for NcWriteFormat
impl Debug for NcWriteFormat
impl Eq for NcWriteFormat
Source§impl PartialEq for NcWriteFormat
impl PartialEq for NcWriteFormat
impl StructuralPartialEq for NcWriteFormat
Auto Trait Implementations§
impl Freeze for NcWriteFormat
impl RefUnwindSafe for NcWriteFormat
impl Send for NcWriteFormat
impl Sync for NcWriteFormat
impl Unpin for NcWriteFormat
impl UnsafeUnpin for NcWriteFormat
impl UnwindSafe for NcWriteFormat
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