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