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