#[repr(C)]pub struct WHV_NOTIFICATION_PORT_PROPERTY_CODE(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl Clone for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl Clone for WHV_NOTIFICATION_PORT_PROPERTY_CODE
Source§fn clone(&self) -> WHV_NOTIFICATION_PORT_PROPERTY_CODE
fn clone(&self) -> WHV_NOTIFICATION_PORT_PROPERTY_CODE
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 moreimpl Copy for WHV_NOTIFICATION_PORT_PROPERTY_CODE
Auto Trait Implementations§
impl Freeze for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl RefUnwindSafe for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl Send for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl Sync for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl Unpin for WHV_NOTIFICATION_PORT_PROPERTY_CODE
impl UnwindSafe for WHV_NOTIFICATION_PORT_PROPERTY_CODE
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