Struct open62541_sys::UA_ApplicationType
source · #[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 = _
source§impl UA_ApplicationType
impl UA_ApplicationType
pub const UA_APPLICATIONTYPE_CLIENT: UA_ApplicationType = _
source§impl UA_ApplicationType
impl UA_ApplicationType
pub const UA_APPLICATIONTYPE_CLIENTANDSERVER: UA_ApplicationType = _
source§impl UA_ApplicationType
impl UA_ApplicationType
pub const UA_APPLICATIONTYPE_DISCOVERYSERVER: UA_ApplicationType = _
source§impl UA_ApplicationType
impl 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 copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)