pub struct Damr {
pub vendor: FourCC,
pub decoder_version: u8,
pub mode_set: u16,
pub mode_change_period: u8,
pub frames_per_sample: u8,
}Fields§
§vendor: FourCC§decoder_version: u8§mode_set: u16§mode_change_period: u8§frames_per_sample: u8Trait Implementations§
impl Eq for Damr
impl StructuralPartialEq for Damr
Auto Trait Implementations§
impl Freeze for Damr
impl RefUnwindSafe for Damr
impl Send for Damr
impl Sync for Damr
impl Unpin for Damr
impl UnsafeUnpin for Damr
impl UnwindSafe for Damr
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