pub struct PatternBounds {
pub x: f64,
pub y: f64,
pub w: f64,
pub h: f64,
}Expand description
TS PatternInfo.bounds shape { x; y; w; h; }.
Fields§
§x: f64§y: f64§w: f64§h: f64Trait Implementations§
Source§impl Clone for PatternBounds
impl Clone for PatternBounds
Source§fn clone(&self) -> PatternBounds
fn clone(&self) -> PatternBounds
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 moreimpl Copy for PatternBounds
Source§impl Debug for PatternBounds
impl Debug for PatternBounds
Source§impl Default for PatternBounds
impl Default for PatternBounds
Source§fn default() -> PatternBounds
fn default() -> PatternBounds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PatternBounds
impl RefUnwindSafe for PatternBounds
impl Send for PatternBounds
impl Sync for PatternBounds
impl Unpin for PatternBounds
impl UnsafeUnpin for PatternBounds
impl UnwindSafe for PatternBounds
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