#[repr(i32)]pub enum _tagPI_FLAGS {
Show 15 variants
PI_PARSE_URL = 1,
PI_FILTER_MODE = 2,
PI_FORCE_ASYNC = 4,
PI_USE_WORKERTHREAD = 8,
PI_MIMEVERIFICATION = 16,
PI_CLSIDLOOKUP = 32,
PI_DATAPROGRESS = 64,
PI_SYNCHRONOUS = 128,
PI_APARTMENTTHREADED = 256,
PI_CLASSINSTALL = 512,
PI_PASSONBINDCTX = 8_192,
PI_NOMIMEHANDLER = 32_768,
PI_LOADAPPDIRECT = 16_384,
PD_FORCE_SWITCH = 65_536,
PI_PREFERDEFAULTHANDLER = 131_072,
}Variants§
PI_PARSE_URL = 1
PI_FILTER_MODE = 2
PI_FORCE_ASYNC = 4
PI_USE_WORKERTHREAD = 8
PI_MIMEVERIFICATION = 16
PI_CLSIDLOOKUP = 32
PI_DATAPROGRESS = 64
PI_SYNCHRONOUS = 128
PI_APARTMENTTHREADED = 256
PI_CLASSINSTALL = 512
PI_PASSONBINDCTX = 8_192
PI_NOMIMEHANDLER = 32_768
PI_LOADAPPDIRECT = 16_384
PD_FORCE_SWITCH = 65_536
PI_PREFERDEFAULTHANDLER = 131_072
Trait Implementations§
Source§impl Clone for _tagPI_FLAGS
impl Clone for _tagPI_FLAGS
Source§fn clone(&self) -> _tagPI_FLAGS
fn clone(&self) -> _tagPI_FLAGS
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 _tagPI_FLAGS
impl Debug for _tagPI_FLAGS
Source§impl Hash for _tagPI_FLAGS
impl Hash for _tagPI_FLAGS
Source§impl PartialEq for _tagPI_FLAGS
impl PartialEq for _tagPI_FLAGS
impl Copy for _tagPI_FLAGS
impl Eq for _tagPI_FLAGS
impl StructuralPartialEq for _tagPI_FLAGS
Auto Trait Implementations§
impl Freeze for _tagPI_FLAGS
impl RefUnwindSafe for _tagPI_FLAGS
impl Send for _tagPI_FLAGS
impl Sync for _tagPI_FLAGS
impl Unpin for _tagPI_FLAGS
impl UnwindSafe for _tagPI_FLAGS
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