#[repr(transparent)]pub struct UA_NamingRuleType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_NamingRuleType
impl UA_NamingRuleType
pub const UA_NAMINGRULETYPE_MANDATORY: UA_NamingRuleType = _
source§impl UA_NamingRuleType
impl UA_NamingRuleType
pub const UA_NAMINGRULETYPE_OPTIONAL: UA_NamingRuleType = _
source§impl UA_NamingRuleType
impl UA_NamingRuleType
pub const UA_NAMINGRULETYPE_CONSTRAINT: UA_NamingRuleType = _
source§impl UA_NamingRuleType
impl UA_NamingRuleType
pub const __UA_NAMINGRULETYPE_FORCE32BIT: UA_NamingRuleType = _
Trait Implementations§
source§impl Clone for UA_NamingRuleType
impl Clone for UA_NamingRuleType
source§fn clone(&self) -> UA_NamingRuleType
fn clone(&self) -> UA_NamingRuleType
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_NamingRuleType
impl Debug for UA_NamingRuleType
source§impl Hash for UA_NamingRuleType
impl Hash for UA_NamingRuleType
source§impl PartialEq for UA_NamingRuleType
impl PartialEq for UA_NamingRuleType
impl Eq for UA_NamingRuleType
impl StructuralPartialEq for UA_NamingRuleType
Auto Trait Implementations§
impl Freeze for UA_NamingRuleType
impl RefUnwindSafe for UA_NamingRuleType
impl Send for UA_NamingRuleType
impl Sync for UA_NamingRuleType
impl Unpin for UA_NamingRuleType
impl UnwindSafe for UA_NamingRuleType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)