pub struct WindowsFetchDataFlags(/* private fields */);Expand description
Bitset copied from CF_CALLBACK_FETCH_DATA_FLAGS.
Implementations§
Source§impl WindowsFetchDataFlags
impl WindowsFetchDataFlags
Sourcepub const RECOVERY: Self
pub const RECOVERY: Self
Recovery of a hydration interrupted by an unclean provider or system shutdown.
Sourcepub const EXPLICIT_HYDRATION: Self
pub const EXPLICIT_HYDRATION: Self
Hydration was explicitly initiated rather than caused by ordinary file I/O.
Sourcepub const fn from_bits_retain(bits: u32) -> Self
pub const fn from_bits_retain(bits: u32) -> Self
Preserves the exact native bitset, including future bits.
Trait Implementations§
Source§impl Clone for WindowsFetchDataFlags
impl Clone for WindowsFetchDataFlags
Source§fn clone(&self) -> WindowsFetchDataFlags
fn clone(&self) -> WindowsFetchDataFlags
Returns a duplicate 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 moreSource§impl Debug for WindowsFetchDataFlags
impl Debug for WindowsFetchDataFlags
Source§impl Default for WindowsFetchDataFlags
impl Default for WindowsFetchDataFlags
Source§fn default() -> WindowsFetchDataFlags
fn default() -> WindowsFetchDataFlags
Returns the “default value” for a type. Read more
Source§impl Hash for WindowsFetchDataFlags
impl Hash for WindowsFetchDataFlags
Source§impl PartialEq for WindowsFetchDataFlags
impl PartialEq for WindowsFetchDataFlags
impl Copy for WindowsFetchDataFlags
impl Eq for WindowsFetchDataFlags
impl StructuralPartialEq for WindowsFetchDataFlags
Auto Trait Implementations§
impl Freeze for WindowsFetchDataFlags
impl RefUnwindSafe for WindowsFetchDataFlags
impl Send for WindowsFetchDataFlags
impl Sync for WindowsFetchDataFlags
impl Unpin for WindowsFetchDataFlags
impl UnwindSafe for WindowsFetchDataFlags
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