pub struct NcWriteOptions {
pub format: NcWriteFormat,
}Expand description
NetCDF write options.
Fields§
§format: NcWriteFormatImplementations§
Trait Implementations§
Source§impl Clone for NcWriteOptions
impl Clone for NcWriteOptions
Source§fn clone(&self) -> NcWriteOptions
fn clone(&self) -> NcWriteOptions
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 NcWriteOptions
Source§impl Debug for NcWriteOptions
impl Debug for NcWriteOptions
Source§impl Default for NcWriteOptions
impl Default for NcWriteOptions
impl Eq for NcWriteOptions
Source§impl PartialEq for NcWriteOptions
impl PartialEq for NcWriteOptions
impl StructuralPartialEq for NcWriteOptions
Auto Trait Implementations§
impl Freeze for NcWriteOptions
impl RefUnwindSafe for NcWriteOptions
impl Send for NcWriteOptions
impl Sync for NcWriteOptions
impl Unpin for NcWriteOptions
impl UnsafeUnpin for NcWriteOptions
impl UnwindSafe for NcWriteOptions
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