pub enum ComponentMounting {
ThroughHole,
SMD,
PressFit,
Other,
}Expand description
2024.05 spec mismatch warning: Aperture function “.AperFunction.ComponentDill” has “PressFit” (uppercase F) whereas Component Characteristics “.CMnt” has “Pressfit” (lowercase f)“
Variants§
Trait Implementations§
Source§impl Clone for ComponentMounting
impl Clone for ComponentMounting
Source§fn clone(&self) -> ComponentMounting
fn clone(&self) -> ComponentMounting
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 ComponentMounting
impl Debug for ComponentMounting
Source§impl<'_derivative_strum> From<&'_derivative_strum ComponentMounting> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum ComponentMounting> for &'static str
Source§fn from(x: &'_derivative_strum ComponentMounting) -> &'static str
fn from(x: &'_derivative_strum ComponentMounting) -> &'static str
Converts to this type from the input type.
Source§impl From<ComponentMounting> for &'static str
impl From<ComponentMounting> for &'static str
Source§fn from(x: ComponentMounting) -> &'static str
fn from(x: ComponentMounting) -> &'static str
Converts to this type from the input type.
Source§impl Hash for ComponentMounting
impl Hash for ComponentMounting
Source§impl PartialEq for ComponentMounting
impl PartialEq for ComponentMounting
Source§impl VariantArray for ComponentMounting
impl VariantArray for ComponentMounting
Source§impl VariantNames for ComponentMounting
impl VariantNames for ComponentMounting
impl Copy for ComponentMounting
impl Eq for ComponentMounting
impl StructuralPartialEq for ComponentMounting
Auto Trait Implementations§
impl Freeze for ComponentMounting
impl RefUnwindSafe for ComponentMounting
impl Send for ComponentMounting
impl Sync for ComponentMounting
impl Unpin for ComponentMounting
impl UnwindSafe for ComponentMounting
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)