#[repr(transparent)]pub struct CUCoredumpGenerationFlags(pub c_uint);
Expand description
Flags for controlling coredump contents
Tuple Fields§
§0: c_uint
Implementations§
Trait Implementations§
Source§impl Clone for CUCoredumpGenerationFlags
impl Clone for CUCoredumpGenerationFlags
Source§fn clone(&self) -> CUCoredumpGenerationFlags
fn clone(&self) -> CUCoredumpGenerationFlags
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 CUCoredumpGenerationFlags
impl Debug for CUCoredumpGenerationFlags
Source§impl Hash for CUCoredumpGenerationFlags
impl Hash for CUCoredumpGenerationFlags
impl Copy for CUCoredumpGenerationFlags
impl Eq for CUCoredumpGenerationFlags
impl StructuralPartialEq for CUCoredumpGenerationFlags
Auto Trait Implementations§
impl Freeze for CUCoredumpGenerationFlags
impl RefUnwindSafe for CUCoredumpGenerationFlags
impl Send for CUCoredumpGenerationFlags
impl Sync for CUCoredumpGenerationFlags
impl Unpin for CUCoredumpGenerationFlags
impl UnwindSafe for CUCoredumpGenerationFlags
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