pub struct PcbObjectTypeCode {
pub code: i32,
pub name: &'static str,
}Fields§
§code: i32§name: &'static strTrait Implementations§
Source§impl Clone for PcbObjectTypeCode
impl Clone for PcbObjectTypeCode
Source§fn clone(&self) -> PcbObjectTypeCode
fn clone(&self) -> PcbObjectTypeCode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PcbObjectTypeCode
impl Debug for PcbObjectTypeCode
Source§impl PartialEq for PcbObjectTypeCode
impl PartialEq for PcbObjectTypeCode
impl Copy for PcbObjectTypeCode
impl Eq for PcbObjectTypeCode
impl StructuralPartialEq for PcbObjectTypeCode
Auto Trait Implementations§
impl Freeze for PcbObjectTypeCode
impl RefUnwindSafe for PcbObjectTypeCode
impl Send for PcbObjectTypeCode
impl Sync for PcbObjectTypeCode
impl Unpin for PcbObjectTypeCode
impl UnsafeUnpin for PcbObjectTypeCode
impl UnwindSafe for PcbObjectTypeCode
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