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