pub struct stbi__write_context {
pub func: fn(arg0: *mut u8, arg1: *mut u8, arg2: i32),
pub context: *mut u8,
pub buffer: [u8; 64],
pub buf_used: i32,
}Fields§
§func: fn(arg0: *mut u8, arg1: *mut u8, arg2: i32)§context: *mut u8§buffer: [u8; 64]§buf_used: i32Auto Trait Implementations§
impl Freeze for stbi__write_context
impl RefUnwindSafe for stbi__write_context
impl !Send for stbi__write_context
impl !Sync for stbi__write_context
impl Unpin for stbi__write_context
impl UnwindSafe for stbi__write_context
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