Struct windows::Storage::FileProperties::PropertyPrefetchOptions
#[repr(transparent)]pub struct PropertyPrefetchOptions(pub u32);
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 BitAnd for PropertyPrefetchOptions
impl BitAnd for PropertyPrefetchOptions
§impl BitAndAssign for PropertyPrefetchOptions
impl BitAndAssign for PropertyPrefetchOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for PropertyPrefetchOptions
impl BitOr for PropertyPrefetchOptions
§impl BitOrAssign for PropertyPrefetchOptions
impl BitOrAssign for PropertyPrefetchOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for PropertyPrefetchOptions
impl Clone for PropertyPrefetchOptions
§fn clone(&self) -> PropertyPrefetchOptions
fn clone(&self) -> PropertyPrefetchOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PropertyPrefetchOptions
impl Debug for PropertyPrefetchOptions
§impl Default for PropertyPrefetchOptions
impl Default for PropertyPrefetchOptions
§fn default() -> PropertyPrefetchOptions
fn default() -> PropertyPrefetchOptions
Returns the “default value” for a type. Read more
§impl Not for PropertyPrefetchOptions
impl Not for PropertyPrefetchOptions
§impl PartialEq for PropertyPrefetchOptions
impl PartialEq for PropertyPrefetchOptions
§fn eq(&self, other: &PropertyPrefetchOptions) -> bool
fn eq(&self, other: &PropertyPrefetchOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PropertyPrefetchOptions
impl Eq for PropertyPrefetchOptions
impl StructuralPartialEq for PropertyPrefetchOptions
Auto Trait Implementations§
impl Freeze for PropertyPrefetchOptions
impl RefUnwindSafe for PropertyPrefetchOptions
impl Send for PropertyPrefetchOptions
impl Sync for PropertyPrefetchOptions
impl Unpin for PropertyPrefetchOptions
impl UnwindSafe for PropertyPrefetchOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)