pub enum ImageRotation {
None,
CCW_90,
CCW_180,
CCW_270,
}Expand description
Gerber spec 2024.05 8.1.5 “Image Rotation (IR)”
Variants§
Trait Implementations§
Source§impl Clone for ImageRotation
impl Clone for ImageRotation
Source§fn clone(&self) -> ImageRotation
fn clone(&self) -> ImageRotation
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageRotation
impl Debug for ImageRotation
Source§impl Default for ImageRotation
impl Default for ImageRotation
Source§impl<'_derivative_strum> From<&'_derivative_strum ImageRotation> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ImageRotation> for &'static str
Source§fn from(x: &'_derivative_strum ImageRotation) -> &'static str
fn from(x: &'_derivative_strum ImageRotation) -> &'static str
Converts to this type from the input type.
Source§impl From<ImageRotation> for &'static str
impl From<ImageRotation> for &'static str
Source§fn from(x: ImageRotation) -> &'static str
fn from(x: ImageRotation) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for ImageRotation
impl PartialEq for ImageRotation
Source§impl VariantArray for ImageRotation
impl VariantArray for ImageRotation
Source§impl VariantNames for ImageRotation
impl VariantNames for ImageRotation
impl Copy for ImageRotation
impl Eq for ImageRotation
impl StructuralPartialEq for ImageRotation
Auto Trait Implementations§
impl Freeze for ImageRotation
impl RefUnwindSafe for ImageRotation
impl Send for ImageRotation
impl Sync for ImageRotation
impl Unpin for ImageRotation
impl UnwindSafe for ImageRotation
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)