#[repr(transparent)]pub struct DumpFormatType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Source§impl DumpFormatType
impl DumpFormatType
pub const CONSOLE: DumpFormatType
pub const TEXTFILE: DumpFormatType
Trait Implementations§
Source§impl Clone for DumpFormatType
impl Clone for DumpFormatType
Source§fn clone(&self) -> DumpFormatType
fn clone(&self) -> DumpFormatType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DumpFormatType
impl Eq for DumpFormatType
Source§impl ExternType for DumpFormatType
impl ExternType for DumpFormatType
Source§impl PartialEq for DumpFormatType
impl PartialEq for DumpFormatType
Source§fn eq(&self, other: &DumpFormatType) -> bool
fn eq(&self, other: &DumpFormatType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DumpFormatType
Auto Trait Implementations§
impl Freeze for DumpFormatType
impl RefUnwindSafe for DumpFormatType
impl Send for DumpFormatType
impl Sync for DumpFormatType
impl Unpin for DumpFormatType
impl UnsafeUnpin for DumpFormatType
impl UnwindSafe for DumpFormatType
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