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