#[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_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_EVENTLOOP: UA_LogCategory
Source§impl UA_LogCategory
impl UA_LogCategory
pub const UA_LOGCATEGORY_PUBSUB: UA_LogCategory
Source§impl UA_LogCategory
impl UA_LogCategory
pub const UA_LOGCATEGORY_DISCOVERY: 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
impl Eq for UA_LogCategory
impl StructuralPartialEq for UA_LogCategory
Auto Trait Implementations§
impl Freeze for UA_LogCategory
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