#[repr(C)]pub struct spSkeletonBounds {
pub count: c_int,
pub boundingBoxes: *mut *mut spBoundingBoxAttachment,
pub polygons: *mut *mut spPolygon,
pub minX: f32,
pub minY: f32,
pub maxX: f32,
pub maxY: f32,
}Fields§
§count: c_int§boundingBoxes: *mut *mut spBoundingBoxAttachment§polygons: *mut *mut spPolygon§minX: f32§minY: f32§maxX: f32§maxY: f32Trait Implementations§
Source§impl Clone for spSkeletonBounds
impl Clone for spSkeletonBounds
Source§fn clone(&self) -> spSkeletonBounds
fn clone(&self) -> spSkeletonBounds
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 spSkeletonBounds
Auto Trait Implementations§
impl !Send for spSkeletonBounds
impl !Sync for spSkeletonBounds
impl Freeze for spSkeletonBounds
impl RefUnwindSafe for spSkeletonBounds
impl Unpin for spSkeletonBounds
impl UnsafeUnpin for spSkeletonBounds
impl UnwindSafe for spSkeletonBounds
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