#[repr(C)]pub struct IEncodingFilterFactory {
pub lpVtbl: *mut IEncodingFilterFactoryVtbl,
}
Fields§
§lpVtbl: *mut IEncodingFilterFactoryVtbl
Trait Implementations§
Source§impl Clone for IEncodingFilterFactory
impl Clone for IEncodingFilterFactory
Source§fn clone(&self) -> IEncodingFilterFactory
fn clone(&self) -> IEncodingFilterFactory
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 moreSource§impl Debug for IEncodingFilterFactory
impl Debug for IEncodingFilterFactory
Source§impl Ord for IEncodingFilterFactory
impl Ord for IEncodingFilterFactory
Source§fn cmp(&self, other: &IEncodingFilterFactory) -> Ordering
fn cmp(&self, other: &IEncodingFilterFactory) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IEncodingFilterFactory
impl PartialEq for IEncodingFilterFactory
Source§impl PartialOrd for IEncodingFilterFactory
impl PartialOrd for IEncodingFilterFactory
impl Copy for IEncodingFilterFactory
impl Eq for IEncodingFilterFactory
impl StructuralPartialEq for IEncodingFilterFactory
Auto Trait Implementations§
impl Freeze for IEncodingFilterFactory
impl RefUnwindSafe for IEncodingFilterFactory
impl !Send for IEncodingFilterFactory
impl !Sync for IEncodingFilterFactory
impl Unpin for IEncodingFilterFactory
impl UnwindSafe for IEncodingFilterFactory
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