Struct DFC_TYPE
#[repr(transparent)]pub struct DFC_TYPE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
impl Copy for DFC_TYPE
impl Eq for DFC_TYPE
impl StructuralPartialEq for DFC_TYPE
Auto Trait Implementations§
impl Freeze for DFC_TYPE
impl RefUnwindSafe for DFC_TYPE
impl Send for DFC_TYPE
impl Sync for DFC_TYPE
impl Unpin for DFC_TYPE
impl UnwindSafe for DFC_TYPE
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