pub struct PcdOptions {
pub encoding: PcdEncoding,
pub precision: usize,
}Expand description
PCD writer options.
Fields§
§encoding: PcdEncoding§precision: usizeTrait Implementations§
Source§impl Clone for PcdOptions
impl Clone for PcdOptions
Source§fn clone(&self) -> PcdOptions
fn clone(&self) -> PcdOptions
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 PcdOptions
impl Debug for PcdOptions
Source§impl Default for PcdOptions
impl Default for PcdOptions
Source§impl PartialEq for PcdOptions
impl PartialEq for PcdOptions
Source§fn eq(&self, other: &PcdOptions) -> bool
fn eq(&self, other: &PcdOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PcdOptions
impl StructuralPartialEq for PcdOptions
Auto Trait Implementations§
impl Freeze for PcdOptions
impl RefUnwindSafe for PcdOptions
impl Send for PcdOptions
impl Sync for PcdOptions
impl Unpin for PcdOptions
impl UnsafeUnpin for PcdOptions
impl UnwindSafe for PcdOptions
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