pub struct DefineJpegTables {
pub data: Vec<u8>,
}
Fields§
§data: Vec<u8>
Trait Implementations§
Source§impl Clone for DefineJpegTables
impl Clone for DefineJpegTables
Source§fn clone(&self) -> DefineJpegTables
fn clone(&self) -> DefineJpegTables
Returns a copy 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 DefineJpegTables
impl Debug for DefineJpegTables
Source§impl<'de> Deserialize<'de> for DefineJpegTables
impl<'de> Deserialize<'de> for DefineJpegTables
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 Hash for DefineJpegTables
impl Hash for DefineJpegTables
Source§impl Ord for DefineJpegTables
impl Ord for DefineJpegTables
Source§fn cmp(&self, other: &DefineJpegTables) -> Ordering
fn cmp(&self, other: &DefineJpegTables) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefineJpegTables
impl PartialEq for DefineJpegTables
Source§impl PartialOrd for DefineJpegTables
impl PartialOrd for DefineJpegTables
Source§impl Serialize for DefineJpegTables
impl Serialize for DefineJpegTables
impl Eq for DefineJpegTables
impl StructuralPartialEq for DefineJpegTables
Auto Trait Implementations§
impl Freeze for DefineJpegTables
impl RefUnwindSafe for DefineJpegTables
impl Send for DefineJpegTables
impl Sync for DefineJpegTables
impl Unpin for DefineJpegTables
impl UnwindSafe for DefineJpegTables
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