#[repr(C)]pub struct PROTOCOLFILTERDATA {
pub cbSize: u32,
pub pProtocolSink: Option<IInternetProtocolSink>,
pub pProtocol: Option<IInternetProtocol>,
pub pUnk: Option<IUnknown>,
pub dwFilterFlags: u32,
}Fields§
§cbSize: u32§pProtocolSink: Option<IInternetProtocolSink>§pProtocol: Option<IInternetProtocol>§pUnk: Option<IUnknown>§dwFilterFlags: u32Trait Implementations§
Source§impl Abi for PROTOCOLFILTERDATA
impl Abi for PROTOCOLFILTERDATA
Source§impl Clone for PROTOCOLFILTERDATA
impl Clone for PROTOCOLFILTERDATA
Source§fn clone(&self) -> PROTOCOLFILTERDATA
fn clone(&self) -> PROTOCOLFILTERDATA
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 PROTOCOLFILTERDATA
impl Debug for PROTOCOLFILTERDATA
Source§impl Default for PROTOCOLFILTERDATA
impl Default for PROTOCOLFILTERDATA
Source§impl PartialEq for PROTOCOLFILTERDATA
impl PartialEq for PROTOCOLFILTERDATA
impl Eq for PROTOCOLFILTERDATA
Auto Trait Implementations§
impl Freeze for PROTOCOLFILTERDATA
impl RefUnwindSafe for PROTOCOLFILTERDATA
impl !Send for PROTOCOLFILTERDATA
impl !Sync for PROTOCOLFILTERDATA
impl Unpin for PROTOCOLFILTERDATA
impl UnwindSafe for PROTOCOLFILTERDATA
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