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