pub struct NativeOptions {
pub delimited: DelimitedOptions,
pub ply: PlyOptions,
pub pcd: PcdOptions,
pub stl: StlOptions,
}Expand description
Native reader/writer options.
Fields§
§delimited: DelimitedOptions§ply: PlyOptions§pcd: PcdOptions§stl: StlOptionsTrait Implementations§
Source§impl Clone for NativeOptions
impl Clone for NativeOptions
Source§fn clone(&self) -> NativeOptions
fn clone(&self) -> NativeOptions
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 moreSource§impl Debug for NativeOptions
impl Debug for NativeOptions
Source§impl Default for NativeOptions
impl Default for NativeOptions
Source§fn default() -> NativeOptions
fn default() -> NativeOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for NativeOptions
impl PartialEq for NativeOptions
Source§fn eq(&self, other: &NativeOptions) -> bool
fn eq(&self, other: &NativeOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for NativeOptions
impl StructuralPartialEq for NativeOptions
Auto Trait Implementations§
impl Freeze for NativeOptions
impl RefUnwindSafe for NativeOptions
impl Send for NativeOptions
impl Sync for NativeOptions
impl Unpin for NativeOptions
impl UnsafeUnpin for NativeOptions
impl UnwindSafe for NativeOptions
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