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