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