Struct windows_sys::UI::StartScreen::JumpListItemKind
[−]#[repr(transparent)]pub struct JumpListItemKind(pub i32);
Expand description
Required features: ‘UI_StartScreen’
Tuple Fields
0: i32
Implementations
impl JumpListItemKind
impl JumpListItemKind
Trait Implementations
impl Clone for JumpListItemKind
impl Clone for JumpListItemKind
impl Copy for JumpListItemKind
Auto Trait Implementations
impl RefUnwindSafe for JumpListItemKind
impl Send for JumpListItemKind
impl Sync for JumpListItemKind
impl Unpin for JumpListItemKind
impl UnwindSafe for JumpListItemKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more