Struct open62541_sys::UA_AxisScaleEnumeration
source · #[repr(transparent)]pub struct UA_AxisScaleEnumeration(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl UA_AxisScaleEnumeration
impl UA_AxisScaleEnumeration
pub const UA_AXISSCALEENUMERATION_LINEAR: UA_AxisScaleEnumeration = _
source§impl UA_AxisScaleEnumeration
impl UA_AxisScaleEnumeration
pub const UA_AXISSCALEENUMERATION_LOG: UA_AxisScaleEnumeration = _
Trait Implementations§
source§impl Clone for UA_AxisScaleEnumeration
impl Clone for UA_AxisScaleEnumeration
source§fn clone(&self) -> UA_AxisScaleEnumeration
fn clone(&self) -> UA_AxisScaleEnumeration
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_AxisScaleEnumeration
impl Debug for UA_AxisScaleEnumeration
source§impl Hash for UA_AxisScaleEnumeration
impl Hash for UA_AxisScaleEnumeration
source§impl PartialEq for UA_AxisScaleEnumeration
impl PartialEq for UA_AxisScaleEnumeration
source§fn eq(&self, other: &UA_AxisScaleEnumeration) -> bool
fn eq(&self, other: &UA_AxisScaleEnumeration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UA_AxisScaleEnumeration
impl StructuralEq for UA_AxisScaleEnumeration
impl StructuralPartialEq for UA_AxisScaleEnumeration
Auto Trait Implementations§
impl RefUnwindSafe for UA_AxisScaleEnumeration
impl Send for UA_AxisScaleEnumeration
impl Sync for UA_AxisScaleEnumeration
impl Unpin for UA_AxisScaleEnumeration
impl UnwindSafe for UA_AxisScaleEnumeration
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