#[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 (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 ImagePtData
Auto Trait Implementations§
impl !Send for ImagePtData
impl !Sync for ImagePtData
impl Freeze for ImagePtData
impl RefUnwindSafe for ImagePtData
impl Unpin for ImagePtData
impl UnsafeUnpin 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