#[repr(C)]pub struct spAtlas {
pub pages: *mut spAtlasPage,
pub regions: *mut spAtlasRegion,
pub rendererObject: *mut c_void,
}Fields§
§pages: *mut spAtlasPage§regions: *mut spAtlasRegion§rendererObject: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl !Send for spAtlas
impl !Sync for spAtlas
impl Freeze for spAtlas
impl RefUnwindSafe for spAtlas
impl Unpin for spAtlas
impl UnsafeUnpin for spAtlas
impl UnwindSafe for spAtlas
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