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