pub struct Senc {
pub version: SencBoxVersion,
pub use_subsamples: bool,
pub data: Vec<u8>,
}Fields§
§version: SencBoxVersion§use_subsamples: bool§data: Vec<u8>Trait Implementations§
impl Eq for Senc
impl StructuralPartialEq for Senc
Auto Trait Implementations§
impl Freeze for Senc
impl RefUnwindSafe for Senc
impl Send for Senc
impl Sync for Senc
impl Unpin for Senc
impl UnwindSafe for Senc
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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