#[repr(transparent)]pub struct DumpFormatType {
pub repr: u32,
}
Fields§
§repr: u32
Implementations§
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ExternType for DumpFormatType
impl ExternType for DumpFormatType
Source§impl PartialEq for DumpFormatType
impl PartialEq for DumpFormatType
impl Copy for DumpFormatType
impl Eq for DumpFormatType
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 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