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