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