Struct OPM_GET_CODEC_INFO_PARAMETERS
#[repr(C, packed(1))]pub struct OPM_GET_CODEC_INFO_PARAMETERS {
pub cbVerifier: u32,
pub Verifier: [u8; 4052],
}
Fields§
§cbVerifier: u32
§Verifier: [u8; 4052]
Trait Implementations§
§impl Clone for OPM_GET_CODEC_INFO_PARAMETERS
impl Clone for OPM_GET_CODEC_INFO_PARAMETERS
§fn clone(&self) -> OPM_GET_CODEC_INFO_PARAMETERS
fn clone(&self) -> OPM_GET_CODEC_INFO_PARAMETERS
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 Default for OPM_GET_CODEC_INFO_PARAMETERS
impl Default for OPM_GET_CODEC_INFO_PARAMETERS
impl Copy for OPM_GET_CODEC_INFO_PARAMETERS
Auto Trait Implementations§
impl Freeze for OPM_GET_CODEC_INFO_PARAMETERS
impl RefUnwindSafe for OPM_GET_CODEC_INFO_PARAMETERS
impl Send for OPM_GET_CODEC_INFO_PARAMETERS
impl Sync for OPM_GET_CODEC_INFO_PARAMETERS
impl Unpin for OPM_GET_CODEC_INFO_PARAMETERS
impl UnwindSafe for OPM_GET_CODEC_INFO_PARAMETERS
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