#[repr(C)]pub struct _SC_ACTION {
pub Type: SC_ACTION_TYPE,
pub Delay: DWORD,
}
Fields§
§Type: SC_ACTION_TYPE
§Delay: DWORD
Trait Implementations§
Source§impl Clone for _SC_ACTION
impl Clone for _SC_ACTION
Source§fn clone(&self) -> _SC_ACTION
fn clone(&self) -> _SC_ACTION
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 _SC_ACTION
impl Debug for _SC_ACTION
Source§impl Ord for _SC_ACTION
impl Ord for _SC_ACTION
Source§fn cmp(&self, other: &_SC_ACTION) -> Ordering
fn cmp(&self, other: &_SC_ACTION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SC_ACTION
impl PartialEq for _SC_ACTION
Source§impl PartialOrd for _SC_ACTION
impl PartialOrd for _SC_ACTION
impl Copy for _SC_ACTION
impl Eq for _SC_ACTION
impl StructuralPartialEq for _SC_ACTION
Auto Trait Implementations§
impl Freeze for _SC_ACTION
impl RefUnwindSafe for _SC_ACTION
impl Send for _SC_ACTION
impl Sync for _SC_ACTION
impl Unpin for _SC_ACTION
impl UnwindSafe for _SC_ACTION
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