pub struct WindowsCancelFetchDataFlags(/* private fields */);Expand description
Bitset copied from CF_CALLBACK_CANCEL_FLAGS.
Implementations§
Source§impl WindowsCancelFetchDataFlags
impl WindowsCancelFetchDataFlags
Sourcepub const IO_TIMEOUT: Self
pub const IO_TIMEOUT: Self
The platform’s fixed callback timeout expired.
Sourcepub const IO_ABORTED: Self
pub const IO_ABORTED: Self
The requesting application or user aborted hydration.
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 WindowsCancelFetchDataFlags
impl Clone for WindowsCancelFetchDataFlags
Source§fn clone(&self) -> WindowsCancelFetchDataFlags
fn clone(&self) -> WindowsCancelFetchDataFlags
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 WindowsCancelFetchDataFlags
impl Debug for WindowsCancelFetchDataFlags
Source§impl Default for WindowsCancelFetchDataFlags
impl Default for WindowsCancelFetchDataFlags
Source§fn default() -> WindowsCancelFetchDataFlags
fn default() -> WindowsCancelFetchDataFlags
Returns the “default value” for a type. Read more
Source§impl Hash for WindowsCancelFetchDataFlags
impl Hash for WindowsCancelFetchDataFlags
impl Copy for WindowsCancelFetchDataFlags
impl Eq for WindowsCancelFetchDataFlags
impl StructuralPartialEq for WindowsCancelFetchDataFlags
Auto Trait Implementations§
impl Freeze for WindowsCancelFetchDataFlags
impl RefUnwindSafe for WindowsCancelFetchDataFlags
impl Send for WindowsCancelFetchDataFlags
impl Sync for WindowsCancelFetchDataFlags
impl Unpin for WindowsCancelFetchDataFlags
impl UnwindSafe for WindowsCancelFetchDataFlags
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