#[repr(transparent)]pub struct PropertyPrefetchOptions(pub u32);
Expand description
Required features: "Storage_FileProperties"
Tuple Fields
0: u32
Implementations
impl PropertyPrefetchOptions
impl PropertyPrefetchOptions
pub const None: Self = Self(0u32)
pub const MusicProperties: Self = Self(1u32)
pub const VideoProperties: Self = Self(2u32)
pub const ImageProperties: Self = Self(4u32)
pub const DocumentProperties: Self = Self(8u32)
pub const BasicProperties: Self = Self(16u32)
Trait Implementations
impl Clone for PropertyPrefetchOptions
impl Clone for PropertyPrefetchOptions
impl Copy for PropertyPrefetchOptions
Auto Trait Implementations
impl RefUnwindSafe for PropertyPrefetchOptions
impl Send for PropertyPrefetchOptions
impl Sync for PropertyPrefetchOptions
impl Unpin for PropertyPrefetchOptions
impl UnwindSafe for PropertyPrefetchOptions
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