pub struct ALACSpecificBox {
pub data: TryVec<u8>,
/* private fields */
}Expand description
Represent an ALACSpecificBox ‘alac’
Fields§
§data: TryVec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ALACSpecificBox
impl RefUnwindSafe for ALACSpecificBox
impl Send for ALACSpecificBox
impl Sync for ALACSpecificBox
impl Unpin for ALACSpecificBox
impl UnwindSafe for ALACSpecificBox
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