#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImageInfoList
impl Debug for ImageInfoList
impl Copy for ImageInfoList
Auto Trait Implementations§
impl Freeze for ImageInfoList
impl RefUnwindSafe for ImageInfoList
impl !Send for ImageInfoList
impl !Sync for ImageInfoList
impl Unpin 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