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