pub enum ComponentOutline {
Body,
Lead2Lead,
Footprint,
Courtyard,
}Variants§
Trait Implementations§
Source§impl Clone for ComponentOutline
impl Clone for ComponentOutline
Source§fn clone(&self) -> ComponentOutline
fn clone(&self) -> ComponentOutline
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 ComponentOutline
impl Debug for ComponentOutline
Source§impl<'_derivative_strum> From<&'_derivative_strum ComponentOutline> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ComponentOutline> for &'static str
Source§fn from(x: &'_derivative_strum ComponentOutline) -> &'static str
fn from(x: &'_derivative_strum ComponentOutline) -> &'static str
Converts to this type from the input type.
Source§impl From<ComponentOutline> for &'static str
impl From<ComponentOutline> for &'static str
Source§fn from(x: ComponentOutline) -> &'static str
fn from(x: ComponentOutline) -> &'static str
Converts to this type from the input type.
Source§impl Hash for ComponentOutline
impl Hash for ComponentOutline
Source§impl PartialEq for ComponentOutline
impl PartialEq for ComponentOutline
Source§impl VariantArray for ComponentOutline
impl VariantArray for ComponentOutline
Source§impl VariantNames for ComponentOutline
impl VariantNames for ComponentOutline
impl Copy for ComponentOutline
impl Eq for ComponentOutline
impl StructuralPartialEq for ComponentOutline
Auto Trait Implementations§
impl Freeze for ComponentOutline
impl RefUnwindSafe for ComponentOutline
impl Send for ComponentOutline
impl Sync for ComponentOutline
impl Unpin for ComponentOutline
impl UnwindSafe for ComponentOutline
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)