pub struct Dqt {
pub precision: u8,
pub dest: u8,
pub values: Box<[u8; 64]>,
}
Fields§
§precision: u8
§dest: u8
§values: Box<[u8; 64]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dqt
impl RefUnwindSafe for Dqt
impl Send for Dqt
impl Sync for Dqt
impl Unpin for Dqt
impl UnwindSafe for Dqt
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