Struct cyfs_debug::LogDebugInfoFlags
source · pub struct LogDebugInfoFlags(_);Implementations§
source§impl LogDebugInfoFlags
impl LogDebugInfoFlags
pub fn new(flags: u32) -> Self
pub fn without_args(self) -> Self
pub fn is_args_present(&self) -> bool
pub fn without_env(self) -> Self
pub fn is_env_present(&self) -> bool
Trait Implementations§
source§impl Clone for LogDebugInfoFlags
impl Clone for LogDebugInfoFlags
source§fn clone(&self) -> LogDebugInfoFlags
fn clone(&self) -> LogDebugInfoFlags
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 more