#[repr(C)]pub struct ImagePtData {
pub elem: [*mut Image; 1024],
}Fields§
§elem: [*mut Image; 1024]Trait Implementations§
Source§impl Clone for ImagePtData
impl Clone for ImagePtData
Source§fn clone(&self) -> ImagePtData
fn clone(&self) -> ImagePtData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImagePtData
impl Debug for ImagePtData
impl Copy for ImagePtData
Auto Trait Implementations§
impl Freeze for ImagePtData
impl RefUnwindSafe for ImagePtData
impl !Send for ImagePtData
impl !Sync for ImagePtData
impl Unpin for ImagePtData
impl UnwindSafe for ImagePtData
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