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