#[repr(transparent)]pub struct zvec_log_type_t(pub c_uint);Expand description
@brief Log type enumeration
Tuple Fields§
§0: c_uintImplementations§
Source§impl zvec_log_type_t
impl zvec_log_type_t
pub const ZVEC_LOG_TYPE_CONSOLE: zvec_log_type_t
Source§impl zvec_log_type_t
impl zvec_log_type_t
pub const ZVEC_LOG_TYPE_FILE: zvec_log_type_t
Trait Implementations§
Source§impl Clone for zvec_log_type_t
impl Clone for zvec_log_type_t
Source§fn clone(&self) -> zvec_log_type_t
fn clone(&self) -> zvec_log_type_t
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 zvec_log_type_t
impl Debug for zvec_log_type_t
Source§impl Hash for zvec_log_type_t
impl Hash for zvec_log_type_t
Source§impl PartialEq for zvec_log_type_t
impl PartialEq for zvec_log_type_t
impl Copy for zvec_log_type_t
impl Eq for zvec_log_type_t
impl StructuralPartialEq for zvec_log_type_t
Auto Trait Implementations§
impl Freeze for zvec_log_type_t
impl RefUnwindSafe for zvec_log_type_t
impl Send for zvec_log_type_t
impl Sync for zvec_log_type_t
impl Unpin for zvec_log_type_t
impl UnsafeUnpin for zvec_log_type_t
impl UnwindSafe for zvec_log_type_t
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