#[repr(transparent)]pub struct UA_InterfaceOperStatus(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl UA_InterfaceOperStatus
impl UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_UP: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_DOWN: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_TESTING: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_UNKNOWN: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_DORMANT: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_NOTPRESENT: UA_InterfaceOperStatus
pub const UA_INTERFACEOPERSTATUS_LOWERLAYERDOWN: UA_InterfaceOperStatus
pub const __UA_INTERFACEOPERSTATUS_FORCE32BIT: UA_InterfaceOperStatus
Trait Implementations§
Source§impl Clone for UA_InterfaceOperStatus
impl Clone for UA_InterfaceOperStatus
Source§fn clone(&self) -> UA_InterfaceOperStatus
fn clone(&self) -> UA_InterfaceOperStatus
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_InterfaceOperStatus
impl Debug for UA_InterfaceOperStatus
Source§impl Hash for UA_InterfaceOperStatus
impl Hash for UA_InterfaceOperStatus
Source§impl PartialEq for UA_InterfaceOperStatus
impl PartialEq for UA_InterfaceOperStatus
impl Eq for UA_InterfaceOperStatus
impl StructuralPartialEq for UA_InterfaceOperStatus
Auto Trait Implementations§
impl Freeze for UA_InterfaceOperStatus
impl RefUnwindSafe for UA_InterfaceOperStatus
impl Send for UA_InterfaceOperStatus
impl Sync for UA_InterfaceOperStatus
impl Unpin for UA_InterfaceOperStatus
impl UnwindSafe for UA_InterfaceOperStatus
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