#[repr(C)]pub struct _ImageAttribute {
pub key: *mut c_char,
pub value: *mut c_char,
pub length: size_t,
pub previous: *mut _ImageAttribute,
pub next: *mut _ImageAttribute,
}Fields§
§key: *mut c_char§value: *mut c_char§length: size_t§previous: *mut _ImageAttribute§next: *mut _ImageAttributeTrait Implementations§
Source§impl Clone for _ImageAttribute
impl Clone for _ImageAttribute
Source§fn clone(&self) -> _ImageAttribute
fn clone(&self) -> _ImageAttribute
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 _ImageAttribute
impl Debug for _ImageAttribute
impl Copy for _ImageAttribute
Auto Trait Implementations§
impl Freeze for _ImageAttribute
impl RefUnwindSafe for _ImageAttribute
impl !Send for _ImageAttribute
impl !Sync for _ImageAttribute
impl Unpin for _ImageAttribute
impl UnwindSafe for _ImageAttribute
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