pub struct SampleBounds {
pub x: i32,
pub y: i32,
pub w: i32,
pub h: i32,
}Fields§
§x: i32§y: i32§w: i32§h: i32Trait Implementations§
Source§impl Clone for SampleBounds
impl Clone for SampleBounds
Source§fn clone(&self) -> SampleBounds
fn clone(&self) -> SampleBounds
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 SampleBounds
Source§impl Debug for SampleBounds
impl Debug for SampleBounds
Source§impl Default for SampleBounds
impl Default for SampleBounds
Source§fn default() -> SampleBounds
fn default() -> SampleBounds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SampleBounds
impl RefUnwindSafe for SampleBounds
impl Send for SampleBounds
impl Sync for SampleBounds
impl Unpin for SampleBounds
impl UnsafeUnpin for SampleBounds
impl UnwindSafe for SampleBounds
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