#[repr(C)]pub struct spBoundingBoxAttachment {
pub super_: spVertexAttachment,
}Fields§
§super_: spVertexAttachmentTrait Implementations§
Source§impl Clone for spBoundingBoxAttachment
impl Clone for spBoundingBoxAttachment
Source§fn clone(&self) -> spBoundingBoxAttachment
fn clone(&self) -> spBoundingBoxAttachment
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 spBoundingBoxAttachment
Auto Trait Implementations§
impl !Send for spBoundingBoxAttachment
impl !Sync for spBoundingBoxAttachment
impl Freeze for spBoundingBoxAttachment
impl RefUnwindSafe for spBoundingBoxAttachment
impl Unpin for spBoundingBoxAttachment
impl UnsafeUnpin for spBoundingBoxAttachment
impl UnwindSafe for spBoundingBoxAttachment
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