#[repr(C)]pub struct PixComp {
pub w: i32,
pub h: i32,
pub d: i32,
pub xres: i32,
pub yres: i32,
pub comptype: i32,
pub text: *mut i8,
pub cmapflag: i32,
pub data: *mut u8,
pub size: usize,
}Fields§
§w: i32§h: i32§d: i32§xres: i32§yres: i32§comptype: i32§text: *mut i8§cmapflag: i32§data: *mut u8§size: usizeTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PixComp
impl !Send for PixComp
impl !Sync for PixComp
impl Unpin for PixComp
impl UnwindSafe for PixComp
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