#[repr(C)]pub struct WHV_NOTIFICATION_PORT_TYPE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for WHV_NOTIFICATION_PORT_TYPE
impl Clone for WHV_NOTIFICATION_PORT_TYPE
Source§fn clone(&self) -> WHV_NOTIFICATION_PORT_TYPE
fn clone(&self) -> WHV_NOTIFICATION_PORT_TYPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WHV_NOTIFICATION_PORT_TYPE
impl Debug for WHV_NOTIFICATION_PORT_TYPE
impl Copy for WHV_NOTIFICATION_PORT_TYPE
Auto Trait Implementations§
impl Freeze for WHV_NOTIFICATION_PORT_TYPE
impl RefUnwindSafe for WHV_NOTIFICATION_PORT_TYPE
impl Send for WHV_NOTIFICATION_PORT_TYPE
impl Sync for WHV_NOTIFICATION_PORT_TYPE
impl Unpin for WHV_NOTIFICATION_PORT_TYPE
impl UnwindSafe for WHV_NOTIFICATION_PORT_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