pub enum DieCutType {
Show 15 variants
DieCut17x54,
DieCut17x87,
DieCut23x23,
DieCut29x42,
DieCut29x90,
DieCut38x90,
DieCut39x48,
DieCut52x29,
DieCut54x29,
DieCut60x86,
DieCut62x29,
DieCut62x100,
DieCut12Dia,
DieCut24Dia,
DieCut58Dia,
}Variants§
DieCut17x54
DieCut17x87
DieCut23x23
DieCut29x42
DieCut29x90
DieCut38x90
DieCut39x48
DieCut52x29
DieCut54x29
DieCut60x86
DieCut62x29
DieCut62x100
DieCut12Dia
DieCut24Dia
DieCut58Dia
Trait Implementations§
Source§impl Clone for DieCutType
impl Clone for DieCutType
Source§fn clone(&self) -> DieCutType
fn clone(&self) -> DieCutType
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 DieCutType
Source§impl Debug for DieCutType
impl Debug for DieCutType
Source§impl PartialEq for DieCutType
impl PartialEq for DieCutType
impl StructuralPartialEq for DieCutType
Auto Trait Implementations§
impl Freeze for DieCutType
impl RefUnwindSafe for DieCutType
impl Send for DieCutType
impl Sync for DieCutType
impl Unpin for DieCutType
impl UnsafeUnpin for DieCutType
impl UnwindSafe for DieCutType
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