#[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
pub const MusicProperties: Self
pub const VideoProperties: Self
pub const ImageProperties: Self
pub const DocumentProperties: Self
pub const BasicProperties: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more