#[repr(transparent)]pub struct DumpFormatType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl Clone for DumpFormatType
impl Clone for DumpFormatType
impl 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