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