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
pub const Every15Minutes: Self
pub const Every30Minutes: Self
pub const Every60Minutes: Self
pub const Every2Hours: Self
pub const Daily: Self
pub const AsItemsArrive: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more