pub struct ContentBoxContentReposition {
pub offset: Vec2,
pub scale: Vec2,
}
Fields§
§offset: Vec2
§scale: Vec2
Trait Implementations§
Source§impl Clone for ContentBoxContentReposition
impl Clone for ContentBoxContentReposition
Source§fn clone(&self) -> ContentBoxContentReposition
fn clone(&self) -> ContentBoxContentReposition
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 ContentBoxContentReposition
impl Debug for ContentBoxContentReposition
Source§impl<'de> Deserialize<'de> for ContentBoxContentReposition
impl<'de> Deserialize<'de> for ContentBoxContentReposition
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
impl Copy for ContentBoxContentReposition
Auto Trait Implementations§
impl Freeze for ContentBoxContentReposition
impl RefUnwindSafe for ContentBoxContentReposition
impl Send for ContentBoxContentReposition
impl Sync for ContentBoxContentReposition
impl Unpin for ContentBoxContentReposition
impl UnwindSafe for ContentBoxContentReposition
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