pub struct FileAttributes {
pub photo_ratio: u32,
pub photo_rotation: u32,
pub video_duration: u32,
pub video_frame_rate: u32,
pub video_rotation: u32,
pub video_resolution: u32,
}
Fields§
§photo_ratio: u32
§photo_rotation: u32
§video_duration: u32
§video_frame_rate: u32
§video_rotation: u32
§video_resolution: u32
Trait Implementations§
Source§impl Clone for FileAttributes
impl Clone for FileAttributes
Source§fn clone(&self) -> FileAttributes
fn clone(&self) -> FileAttributes
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 FileAttributes
impl Debug for FileAttributes
Source§impl Default for FileAttributes
impl Default for FileAttributes
Source§impl<'de> Deserialize<'de> for FileAttributes
impl<'de> Deserialize<'de> for FileAttributes
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FileAttributes
impl PartialEq for FileAttributes
Source§impl Serialize for FileAttributes
impl Serialize for FileAttributes
impl Message for FileAttributes
impl StructuralPartialEq for FileAttributes
Auto Trait Implementations§
impl Freeze for FileAttributes
impl RefUnwindSafe for FileAttributes
impl Send for FileAttributes
impl Sync for FileAttributes
impl Unpin for FileAttributes
impl UnwindSafe for FileAttributes
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