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