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