#[repr(C)]pub struct WHV_NOTIFICATION_PORT_PARAMETERS {
pub NotificationPortType: WHV_NOTIFICATION_PORT_TYPE,
pub Reserved: u32,
pub Anonymous: WHV_NOTIFICATION_PORT_PARAMETERS_0,
}
Fields§
§NotificationPortType: WHV_NOTIFICATION_PORT_TYPE
§Reserved: u32
§Anonymous: WHV_NOTIFICATION_PORT_PARAMETERS_0
Trait Implementations§
§impl Clone for WHV_NOTIFICATION_PORT_PARAMETERS
impl Clone for WHV_NOTIFICATION_PORT_PARAMETERS
§fn clone(&self) -> WHV_NOTIFICATION_PORT_PARAMETERS
fn clone(&self) -> WHV_NOTIFICATION_PORT_PARAMETERS
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_PARAMETERS
Auto Trait Implementations§
impl Freeze for WHV_NOTIFICATION_PORT_PARAMETERS
impl RefUnwindSafe for WHV_NOTIFICATION_PORT_PARAMETERS
impl Send for WHV_NOTIFICATION_PORT_PARAMETERS
impl Sync for WHV_NOTIFICATION_PORT_PARAMETERS
impl Unpin for WHV_NOTIFICATION_PORT_PARAMETERS
impl UnwindSafe for WHV_NOTIFICATION_PORT_PARAMETERS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)