#[repr(transparent)]pub struct UA_ApplicationType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_ApplicationType
impl UA_ApplicationType
pub const UA_APPLICATIONTYPE_SERVER: UA_ApplicationType
pub const UA_APPLICATIONTYPE_CLIENT: UA_ApplicationType
pub const UA_APPLICATIONTYPE_CLIENTANDSERVER: UA_ApplicationType
pub const UA_APPLICATIONTYPE_DISCOVERYSERVER: UA_ApplicationType
pub const __UA_APPLICATIONTYPE_FORCE32BIT: UA_ApplicationType
Trait Implementations§
Source§impl Clone for UA_ApplicationType
impl Clone for UA_ApplicationType
Source§fn clone(&self) -> UA_ApplicationType
fn clone(&self) -> UA_ApplicationType
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 UA_ApplicationType
impl Debug for UA_ApplicationType
Source§impl Hash for UA_ApplicationType
impl Hash for UA_ApplicationType
Source§impl PartialEq for UA_ApplicationType
impl PartialEq for UA_ApplicationType
impl Eq for UA_ApplicationType
impl StructuralPartialEq for UA_ApplicationType
Auto Trait Implementations§
impl Freeze for UA_ApplicationType
impl RefUnwindSafe for UA_ApplicationType
impl Send for UA_ApplicationType
impl Sync for UA_ApplicationType
impl Unpin for UA_ApplicationType
impl UnwindSafe for UA_ApplicationType
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