#[repr(transparent)]pub struct DWORD(pub u32);
Expand description
Newtype wrapper for DWORD
as a u32
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl ExternType for DWORD
impl ExternType for DWORD
impl Copy for DWORD
impl Eq for DWORD
impl StructuralPartialEq for DWORD
Auto Trait Implementations§
impl Freeze for DWORD
impl RefUnwindSafe for DWORD
impl Send for DWORD
impl Sync for DWORD
impl Unpin for DWORD
impl UnwindSafe for DWORD
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