pub struct stbi__png {
pub s: *mut stbi__context,
pub idata: *mut u8,
pub expanded: *mut u8,
pub out: *mut u8,
pub depth: i32,
}
Fields§
§s: *mut stbi__context
§idata: *mut u8
§expanded: *mut u8
§out: *mut u8
§depth: i32
Trait Implementations§
impl Copy for stbi__png
Auto Trait Implementations§
impl Freeze for stbi__png
impl RefUnwindSafe for stbi__png
impl !Send for stbi__png
impl !Sync for stbi__png
impl Unpin for stbi__png
impl UnwindSafe for stbi__png
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