#[repr(transparent)]pub struct SetHistoryItemAsContentStatus(pub i32);
Expand description
Required features: "ApplicationModel_DataTransfer"
Tuple Fields
0: i32
Implementations
impl SetHistoryItemAsContentStatus
impl SetHistoryItemAsContentStatus
pub const Success: Self = Self(0i32)
pub const AccessDenied: Self = Self(1i32)
pub const ItemDeleted: Self = Self(2i32)
Trait Implementations
impl Clone for SetHistoryItemAsContentStatus
impl Clone for SetHistoryItemAsContentStatus
impl Copy for SetHistoryItemAsContentStatus
Auto Trait Implementations
impl RefUnwindSafe for SetHistoryItemAsContentStatus
impl Send for SetHistoryItemAsContentStatus
impl Sync for SetHistoryItemAsContentStatus
impl Unpin for SetHistoryItemAsContentStatus
impl UnwindSafe for SetHistoryItemAsContentStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more