#[repr(transparent)]pub struct StorageProviderInSyncPolicy(pub u32);
Expand description
Required features: "Storage_Provider"
Tuple Fields
0: u32
Implementations
impl StorageProviderInSyncPolicy
impl StorageProviderInSyncPolicy
pub const Default: Self = Self(0u32)
pub const FileCreationTime: Self = Self(1u32)
pub const FileReadOnlyAttribute: Self = Self(2u32)
pub const FileHiddenAttribute: Self = Self(4u32)
pub const FileSystemAttribute: Self = Self(8u32)
pub const DirectoryCreationTime: Self = Self(16u32)
pub const DirectoryReadOnlyAttribute: Self = Self(32u32)
pub const DirectoryHiddenAttribute: Self = Self(64u32)
pub const DirectorySystemAttribute: Self = Self(128u32)
pub const FileLastWriteTime: Self = Self(256u32)
pub const DirectoryLastWriteTime: Self = Self(512u32)
pub const PreserveInsyncForSyncEngine: Self = Self(2147483648u32)
Trait Implementations
impl Clone for StorageProviderInSyncPolicy
impl Clone for StorageProviderInSyncPolicy
impl Copy for StorageProviderInSyncPolicy
Auto Trait Implementations
impl RefUnwindSafe for StorageProviderInSyncPolicy
impl Send for StorageProviderInSyncPolicy
impl Sync for StorageProviderInSyncPolicy
impl Unpin for StorageProviderInSyncPolicy
impl UnwindSafe for StorageProviderInSyncPolicy
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