#[repr(C)]pub struct APPLICATIONLAUNCH_SETTING_VALUE {
pub ActivationTime: i64,
pub Flags: u32,
pub ButtonInstanceID: u32,
}
Fields§
§ActivationTime: i64
§Flags: u32
§ButtonInstanceID: u32
Trait Implementations§
§impl Clone for APPLICATIONLAUNCH_SETTING_VALUE
impl Clone for APPLICATIONLAUNCH_SETTING_VALUE
§fn clone(&self) -> APPLICATIONLAUNCH_SETTING_VALUE
fn clone(&self) -> APPLICATIONLAUNCH_SETTING_VALUE
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 more§impl Debug for APPLICATIONLAUNCH_SETTING_VALUE
impl Debug for APPLICATIONLAUNCH_SETTING_VALUE
§impl Default for APPLICATIONLAUNCH_SETTING_VALUE
impl Default for APPLICATIONLAUNCH_SETTING_VALUE
§impl PartialEq for APPLICATIONLAUNCH_SETTING_VALUE
impl PartialEq for APPLICATIONLAUNCH_SETTING_VALUE
§fn eq(&self, other: &APPLICATIONLAUNCH_SETTING_VALUE) -> bool
fn eq(&self, other: &APPLICATIONLAUNCH_SETTING_VALUE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for APPLICATIONLAUNCH_SETTING_VALUE
impl Eq for APPLICATIONLAUNCH_SETTING_VALUE
impl StructuralPartialEq for APPLICATIONLAUNCH_SETTING_VALUE
Auto Trait Implementations§
impl Freeze for APPLICATIONLAUNCH_SETTING_VALUE
impl RefUnwindSafe for APPLICATIONLAUNCH_SETTING_VALUE
impl Send for APPLICATIONLAUNCH_SETTING_VALUE
impl Sync for APPLICATIONLAUNCH_SETTING_VALUE
impl Unpin for APPLICATIONLAUNCH_SETTING_VALUE
impl UnwindSafe for APPLICATIONLAUNCH_SETTING_VALUE
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
)