pub struct PhotoOutputFormat {
pub codec: PhotoCodec,
pub quality: u8,
pub default_video_duration: u32,
}Fields§
§codec: PhotoCodec§quality: u8§default_video_duration: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhotoOutputFormat
impl RefUnwindSafe for PhotoOutputFormat
impl Send for PhotoOutputFormat
impl Sync for PhotoOutputFormat
impl Unpin for PhotoOutputFormat
impl UnsafeUnpin for PhotoOutputFormat
impl UnwindSafe for PhotoOutputFormat
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