Struct windows_sys::ApplicationModel::UserDataAccounts::SystemAccess::DeviceAccountSyncScheduleKind
[−]#[repr(transparent)]pub struct DeviceAccountSyncScheduleKind(pub i32);
Expand description
Required features: "ApplicationModel_UserDataAccounts_SystemAccess"
Tuple Fields
0: i32
Implementations
impl DeviceAccountSyncScheduleKind
impl DeviceAccountSyncScheduleKind
pub const Manual: Self = Self(0i32)
pub const Every15Minutes: Self = Self(1i32)
pub const Every30Minutes: Self = Self(2i32)
pub const Every60Minutes: Self = Self(3i32)
pub const Every2Hours: Self = Self(4i32)
pub const Daily: Self = Self(5i32)
pub const AsItemsArrive: Self = Self(6i32)
Trait Implementations
impl Clone for DeviceAccountSyncScheduleKind
impl Clone for DeviceAccountSyncScheduleKind
impl Copy for DeviceAccountSyncScheduleKind
Auto Trait Implementations
impl RefUnwindSafe for DeviceAccountSyncScheduleKind
impl Send for DeviceAccountSyncScheduleKind
impl Sync for DeviceAccountSyncScheduleKind
impl Unpin for DeviceAccountSyncScheduleKind
impl UnwindSafe for DeviceAccountSyncScheduleKind
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