pub struct MetaVideoCrop(/* private fields */);Implementations§
Source§impl MetaVideoCrop
impl MetaVideoCrop
pub fn meta_region(&self) -> &MetaRegion
Trait Implementations§
Source§impl Clone for MetaVideoCrop
impl Clone for MetaVideoCrop
Source§fn clone(&self) -> MetaVideoCrop
fn clone(&self) -> MetaVideoCrop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetaVideoCrop
impl Debug for MetaVideoCrop
Auto Trait Implementations§
impl Freeze for MetaVideoCrop
impl RefUnwindSafe for MetaVideoCrop
impl Send for MetaVideoCrop
impl Sync for MetaVideoCrop
impl Unpin for MetaVideoCrop
impl UnwindSafe for MetaVideoCrop
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