pub struct FormatGroup(/* private fields */);Available on crate feature
pstoedit_4_00 only.Expand description
Format group of pstoedit driver.
Driver-specific options of pstoedit are specific to a format group. All
drivers in a format group have an equal value of FormatGroup.
Trait Implementations§
Source§impl Clone for FormatGroup
impl Clone for FormatGroup
Source§fn clone(&self) -> FormatGroup
fn clone(&self) -> FormatGroup
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 moreSource§impl Debug for FormatGroup
impl Debug for FormatGroup
Source§impl Hash for FormatGroup
impl Hash for FormatGroup
Source§impl PartialEq for FormatGroup
impl PartialEq for FormatGroup
impl Copy for FormatGroup
impl Eq for FormatGroup
impl StructuralPartialEq for FormatGroup
Auto Trait Implementations§
impl Freeze for FormatGroup
impl RefUnwindSafe for FormatGroup
impl Send for FormatGroup
impl Sync for FormatGroup
impl Unpin for FormatGroup
impl UnwindSafe for FormatGroup
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