Struct windows::Win32::Media::DirectShow::AMCOPPSignature
#[repr(C)]pub struct AMCOPPSignature {
pub Signature: [u8; 256],
}
Fields§
§Signature: [u8; 256]
Trait Implementations§
§impl Clone for AMCOPPSignature
impl Clone for AMCOPPSignature
§fn clone(&self) -> AMCOPPSignature
fn clone(&self) -> AMCOPPSignature
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 AMCOPPSignature
impl Debug for AMCOPPSignature
§impl Default for AMCOPPSignature
impl Default for AMCOPPSignature
§impl PartialEq for AMCOPPSignature
impl PartialEq for AMCOPPSignature
§fn eq(&self, other: &AMCOPPSignature) -> bool
fn eq(&self, other: &AMCOPPSignature) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AMCOPPSignature
impl Eq for AMCOPPSignature
impl StructuralPartialEq for AMCOPPSignature
Auto Trait Implementations§
impl Freeze for AMCOPPSignature
impl RefUnwindSafe for AMCOPPSignature
impl Send for AMCOPPSignature
impl Sync for AMCOPPSignature
impl Unpin for AMCOPPSignature
impl UnwindSafe for AMCOPPSignature
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
)