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