pub struct Type1000Adjunct {
pub xstart: f64,
pub xdelta: f64,
pub xunits: i32,
}Expand description
Represents the adjunct header fields for type 1000 files.
Fields§
§xstart: f64§xdelta: f64§xunits: i32Trait Implementations§
Source§impl Clone for Type1000Adjunct
impl Clone for Type1000Adjunct
Source§fn clone(&self) -> Type1000Adjunct
fn clone(&self) -> Type1000Adjunct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Type1000Adjunct
impl RefUnwindSafe for Type1000Adjunct
impl Send for Type1000Adjunct
impl Sync for Type1000Adjunct
impl Unpin for Type1000Adjunct
impl UnwindSafe for Type1000Adjunct
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