pub struct CodecDescriptor {
pub name: String,
pub long_name: String,
pub format_id_pretty_name: String,
pub has_decoder: bool,
pub has_encoder: bool,
}
Fields§
§name: String
§long_name: String
§format_id_pretty_name: String
§has_decoder: bool
§has_encoder: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodecDescriptor
impl RefUnwindSafe for CodecDescriptor
impl Send for CodecDescriptor
impl Sync for CodecDescriptor
impl Unpin for CodecDescriptor
impl UnwindSafe for CodecDescriptor
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