Struct TechDomainType
#[repr(transparent)]pub struct TechDomainType(pub i32);Expand description
E_QL_MCM_NW_TECH_DOMAIN_TYPE_T
Tuple Fields§
§0: i32Implementations§
Source§impl TechDomainType
impl TechDomainType
Sourcepub const NONE: TechDomainType
pub const NONE: TechDomainType
None.
Sourcepub const GPP: TechDomainType
pub const GPP: TechDomainType
3GPP.
Sourcepub const GPP2: TechDomainType
pub const GPP2: TechDomainType
3GPP2.
Trait Implementations§
Source§impl Clone for TechDomainType
impl Clone for TechDomainType
Source§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 moreSource§impl Debug for TechDomainType
impl Debug for TechDomainType
Source§impl PartialEq for TechDomainType
impl PartialEq for TechDomainType
Source§impl Serialize for TechDomainType
impl Serialize for TechDomainType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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