#[repr(C)]pub struct WHV_TRIGGER_PARAMETERS {
pub TriggerType: WHV_TRIGGER_TYPE,
pub Reserved: u32,
pub u: WHV_TRIGGER_PARAMETERS_u,
}
Fields§
§TriggerType: WHV_TRIGGER_TYPE
§Reserved: u32
§u: WHV_TRIGGER_PARAMETERS_u
Trait Implementations§
Source§impl Clone for WHV_TRIGGER_PARAMETERS
impl Clone for WHV_TRIGGER_PARAMETERS
Source§fn clone(&self) -> WHV_TRIGGER_PARAMETERS
fn clone(&self) -> WHV_TRIGGER_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 moreSource§impl From<TriggerParameters> for WHV_TRIGGER_PARAMETERS
impl From<TriggerParameters> for WHV_TRIGGER_PARAMETERS
Source§fn from(p: TriggerParameters) -> Self
fn from(p: TriggerParameters) -> Self
Converts to this type from the input type.
impl Copy for WHV_TRIGGER_PARAMETERS
Auto Trait Implementations§
impl Freeze for WHV_TRIGGER_PARAMETERS
impl RefUnwindSafe for WHV_TRIGGER_PARAMETERS
impl Send for WHV_TRIGGER_PARAMETERS
impl Sync for WHV_TRIGGER_PARAMETERS
impl Unpin for WHV_TRIGGER_PARAMETERS
impl UnwindSafe for WHV_TRIGGER_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