Struct TechDomainType
#[repr(transparent)]pub struct TechDomainType(pub c_int);Expand description
E_QL_MCM_NW_TECH_DOMAIN_TYPE_T
Tuple Fields§
§0: c_intImplementations§
§impl TechDomainType
impl TechDomainType
Trait Implementations§
§impl Clone for TechDomainType
impl Clone for TechDomainType
§fn clone(&self) -> TechDomainType
fn clone(&self) -> TechDomainType
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 more§impl Debug for TechDomainType
impl Debug for TechDomainType
§impl PartialEq for TechDomainType
impl PartialEq for TechDomainType
§impl Serialize for TechDomainType
impl Serialize for TechDomainType
impl Copy for TechDomainType
impl Eq for TechDomainType
impl StructuralPartialEq for TechDomainType
Auto Trait Implementations§
impl Freeze for TechDomainType
impl RefUnwindSafe for TechDomainType
impl Send for TechDomainType
impl Sync for TechDomainType
impl Unpin for TechDomainType
impl UnwindSafe for TechDomainType
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