Struct windows::Win32::Media::MediaFoundation::MFNetAuthenticationFlags
#[repr(transparent)]pub struct MFNetAuthenticationFlags(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for MFNetAuthenticationFlags
impl Clone for MFNetAuthenticationFlags
§fn clone(&self) -> MFNetAuthenticationFlags
fn clone(&self) -> MFNetAuthenticationFlags
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 more§impl Debug for MFNetAuthenticationFlags
impl Debug for MFNetAuthenticationFlags
§impl Default for MFNetAuthenticationFlags
impl Default for MFNetAuthenticationFlags
§fn default() -> MFNetAuthenticationFlags
fn default() -> MFNetAuthenticationFlags
Returns the “default value” for a type. Read more
§impl PartialEq for MFNetAuthenticationFlags
impl PartialEq for MFNetAuthenticationFlags
§fn eq(&self, other: &MFNetAuthenticationFlags) -> bool
fn eq(&self, other: &MFNetAuthenticationFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MFNetAuthenticationFlags
impl Eq for MFNetAuthenticationFlags
impl StructuralPartialEq for MFNetAuthenticationFlags
Auto Trait Implementations§
impl Freeze for MFNetAuthenticationFlags
impl RefUnwindSafe for MFNetAuthenticationFlags
impl Send for MFNetAuthenticationFlags
impl Sync for MFNetAuthenticationFlags
impl Unpin for MFNetAuthenticationFlags
impl UnwindSafe for MFNetAuthenticationFlags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)