Struct mp4parse::EditListBox
source · pub struct EditListBox { /* private fields */ }Expand description
Edit list box ‘elst’
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditListBox
impl RefUnwindSafe for EditListBox
impl Send for EditListBox
impl Sync for EditListBox
impl Unpin for EditListBox
impl UnwindSafe for EditListBox
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