#[repr(C)]pub struct Image_String {
pub data: *mut c_char,
pub size: usize,
}Expand description
@brief Defines the region of the image source to decode.
@since 12
Fields§
§data: *mut c_chardata for string type
size: usizedata lenth for string type
Trait Implementations§
Source§impl Clone for Image_String
impl Clone for Image_String
Source§fn clone(&self) -> Image_String
fn clone(&self) -> Image_String
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 Image_String
Auto Trait Implementations§
impl !Send for Image_String
impl !Sync for Image_String
impl Freeze for Image_String
impl RefUnwindSafe for Image_String
impl Unpin for Image_String
impl UnsafeUnpin for Image_String
impl UnwindSafe for Image_String
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