#[repr(C)]pub struct Image_String {
pub data: *mut c_char,
pub size: usize,
}Available on crate feature
api-12 only.Expand description
Defines the region of the image source to decode.
Available since API-level: 12
Fields§
§data: *mut c_chardata for string type
size: usizedata lenth for string type
Auto Trait Implementations§
impl Freeze for Image_String
impl RefUnwindSafe for Image_String
impl !Send for Image_String
impl !Sync 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