pub struct PictureComponentSizing {
pub components: Vec<J2KComponentSizing>,
}Expand description
Picture component sizing information
Fields§
§components: Vec<J2KComponentSizing>Trait Implementations§
Source§impl Clone for PictureComponentSizing
impl Clone for PictureComponentSizing
Source§fn clone(&self) -> PictureComponentSizing
fn clone(&self) -> PictureComponentSizing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PictureComponentSizing
impl Debug for PictureComponentSizing
Source§impl<'de> Deserialize<'de> for PictureComponentSizing
impl<'de> Deserialize<'de> for PictureComponentSizing
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 PictureComponentSizing
impl PartialEq for PictureComponentSizing
Source§fn eq(&self, other: &PictureComponentSizing) -> bool
fn eq(&self, other: &PictureComponentSizing) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PictureComponentSizing
impl Serialize for PictureComponentSizing
impl StructuralPartialEq for PictureComponentSizing
Auto Trait Implementations§
impl Freeze for PictureComponentSizing
impl RefUnwindSafe for PictureComponentSizing
impl Send for PictureComponentSizing
impl Sync for PictureComponentSizing
impl Unpin for PictureComponentSizing
impl UnsafeUnpin for PictureComponentSizing
impl UnwindSafe for PictureComponentSizing
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