#[repr(transparent)]pub struct UA_IdType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_IdType
impl UA_IdType
pub const UA_IDTYPE_NUMERIC: UA_IdType
pub const UA_IDTYPE_STRING: UA_IdType
pub const UA_IDTYPE_GUID: UA_IdType
pub const UA_IDTYPE_OPAQUE: UA_IdType
pub const __UA_IDTYPE_FORCE32BIT: UA_IdType
Trait Implementations§
impl Eq for UA_IdType
impl StructuralPartialEq for UA_IdType
Auto Trait Implementations§
impl Freeze for UA_IdType
impl RefUnwindSafe for UA_IdType
impl Send for UA_IdType
impl Sync for UA_IdType
impl Unpin for UA_IdType
impl UnwindSafe for UA_IdType
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