pub struct BoundingBoxes {
pub all: IntRect,
pub layer0: IntRect,
}Fields§
§all: IntRect§layer0: IntRectTrait Implementations§
Source§impl Clone for BoundingBoxes
impl Clone for BoundingBoxes
Source§fn clone(&self) -> BoundingBoxes
fn clone(&self) -> BoundingBoxes
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 BoundingBoxes
impl Debug for BoundingBoxes
Source§impl PartialEq for BoundingBoxes
impl PartialEq for BoundingBoxes
impl Copy for BoundingBoxes
impl Eq for BoundingBoxes
impl StructuralPartialEq for BoundingBoxes
Auto Trait Implementations§
impl Freeze for BoundingBoxes
impl RefUnwindSafe for BoundingBoxes
impl Send for BoundingBoxes
impl Sync for BoundingBoxes
impl Unpin for BoundingBoxes
impl UnsafeUnpin for BoundingBoxes
impl UnwindSafe for BoundingBoxes
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