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