Struct windows_sys::Services::Store::StoreQueueItemKind
[−]#[repr(transparent)]pub struct StoreQueueItemKind(pub i32);Expand description
Required features: ‘Services_Store’
Tuple Fields
0: i32Implementations
impl StoreQueueItemKind
impl StoreQueueItemKind
Trait Implementations
impl Clone for StoreQueueItemKind
impl Clone for StoreQueueItemKind
impl Copy for StoreQueueItemKind
Auto Trait Implementations
impl RefUnwindSafe for StoreQueueItemKind
impl Send for StoreQueueItemKind
impl Sync for StoreQueueItemKind
impl Unpin for StoreQueueItemKind
impl UnwindSafe for StoreQueueItemKind
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