#[repr(C)]pub struct TagCaCodec {
pub file_type: DWORD,
pub audio_format: DWORD,
pub description: *mut c_char,
}Fields§
§file_type: DWORD§audio_format: DWORD§description: *mut c_charImplementations§
Trait Implementations§
Source§impl Clone for TagCaCodec
impl Clone for TagCaCodec
Source§fn clone(&self) -> TagCaCodec
fn clone(&self) -> TagCaCodec
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for TagCaCodec
impl RefUnwindSafe for TagCaCodec
impl !Send for TagCaCodec
impl !Sync for TagCaCodec
impl Unpin for TagCaCodec
impl UnwindSafe for TagCaCodec
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