#[repr(C)]pub struct ddsrt_log_cfg_common {
pub mask: u32,
pub tracemask: u32,
pub domid: u32,
}
Fields§
§mask: u32
§tracemask: u32
§domid: u32
Trait Implementations§
Source§impl Clone for ddsrt_log_cfg_common
impl Clone for ddsrt_log_cfg_common
Source§fn clone(&self) -> ddsrt_log_cfg_common
fn clone(&self) -> ddsrt_log_cfg_common
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 ddsrt_log_cfg_common
impl Debug for ddsrt_log_cfg_common
impl Copy for ddsrt_log_cfg_common
Auto Trait Implementations§
impl Freeze for ddsrt_log_cfg_common
impl RefUnwindSafe for ddsrt_log_cfg_common
impl Send for ddsrt_log_cfg_common
impl Sync for ddsrt_log_cfg_common
impl Unpin for ddsrt_log_cfg_common
impl UnwindSafe for ddsrt_log_cfg_common
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