Struct JumpListSystemGroupKind
#[repr(transparent)]pub struct JumpListSystemGroupKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for JumpListSystemGroupKind
impl Clone for JumpListSystemGroupKind
§fn clone(&self) -> JumpListSystemGroupKind
fn clone(&self) -> JumpListSystemGroupKind
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 JumpListSystemGroupKind
impl Debug for JumpListSystemGroupKind
§impl Default for JumpListSystemGroupKind
impl Default for JumpListSystemGroupKind
§fn default() -> JumpListSystemGroupKind
fn default() -> JumpListSystemGroupKind
Returns the “default value” for a type. Read more
§impl PartialEq for JumpListSystemGroupKind
impl PartialEq for JumpListSystemGroupKind
impl Copy for JumpListSystemGroupKind
impl Eq for JumpListSystemGroupKind
impl StructuralPartialEq for JumpListSystemGroupKind
Auto Trait Implementations§
impl Freeze for JumpListSystemGroupKind
impl RefUnwindSafe for JumpListSystemGroupKind
impl Send for JumpListSystemGroupKind
impl Sync for JumpListSystemGroupKind
impl Unpin for JumpListSystemGroupKind
impl UnwindSafe for JumpListSystemGroupKind
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