Struct windows::Win32::Media::DirectShow::KSPROPERTY_IPSINK
#[repr(transparent)]pub struct KSPROPERTY_IPSINK(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl KSPROPERTY_IPSINK
impl KSPROPERTY_IPSINK
Trait Implementations§
§impl BitAnd for KSPROPERTY_IPSINK
impl BitAnd for KSPROPERTY_IPSINK
§impl BitAndAssign for KSPROPERTY_IPSINK
impl BitAndAssign for KSPROPERTY_IPSINK
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for KSPROPERTY_IPSINK
impl BitOr for KSPROPERTY_IPSINK
§impl BitOrAssign for KSPROPERTY_IPSINK
impl BitOrAssign for KSPROPERTY_IPSINK
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for KSPROPERTY_IPSINK
impl Clone for KSPROPERTY_IPSINK
§fn clone(&self) -> KSPROPERTY_IPSINK
fn clone(&self) -> KSPROPERTY_IPSINK
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 KSPROPERTY_IPSINK
impl Debug for KSPROPERTY_IPSINK
§impl Default for KSPROPERTY_IPSINK
impl Default for KSPROPERTY_IPSINK
§fn default() -> KSPROPERTY_IPSINK
fn default() -> KSPROPERTY_IPSINK
Returns the “default value” for a type. Read more
§impl Not for KSPROPERTY_IPSINK
impl Not for KSPROPERTY_IPSINK
§impl PartialEq for KSPROPERTY_IPSINK
impl PartialEq for KSPROPERTY_IPSINK
§fn eq(&self, other: &KSPROPERTY_IPSINK) -> bool
fn eq(&self, other: &KSPROPERTY_IPSINK) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KSPROPERTY_IPSINK
impl Eq for KSPROPERTY_IPSINK
impl StructuralPartialEq for KSPROPERTY_IPSINK
Auto Trait Implementations§
impl Freeze for KSPROPERTY_IPSINK
impl RefUnwindSafe for KSPROPERTY_IPSINK
impl Send for KSPROPERTY_IPSINK
impl Sync for KSPROPERTY_IPSINK
impl Unpin for KSPROPERTY_IPSINK
impl UnwindSafe for KSPROPERTY_IPSINK
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
)