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