Struct open62541_sys::UA_DeadbandType
source · #[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 = _
source§impl UA_DeadbandType
impl UA_DeadbandType
pub const __UA_DEADBANDTYPE_FORCE32BIT: 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
source§fn eq(&self, other: &UA_DeadbandType) -> bool
fn eq(&self, other: &UA_DeadbandType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UA_DeadbandType
impl StructuralEq for UA_DeadbandType
impl StructuralPartialEq for UA_DeadbandType
Auto Trait Implementations§
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