pub struct MovieExtendsBox {
pub fragment_duration: Option<MediaScaledTime>,
}
Fields§
§fragment_duration: Option<MediaScaledTime>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MovieExtendsBox
impl RefUnwindSafe for MovieExtendsBox
impl Send for MovieExtendsBox
impl Sync for MovieExtendsBox
impl Unpin for MovieExtendsBox
impl UnwindSafe for MovieExtendsBox
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