#[repr(C)]pub struct ibitmap_s {
pub width: u16,
pub height: u16,
pub depth: u16,
pub scanline: u16,
pub data: __IncompleteArrayField<u8>,
}Fields§
§width: u16§height: u16§depth: u16§scanline: u16§data: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ibitmap_s
impl RefUnwindSafe for ibitmap_s
impl Send for ibitmap_s
impl Sync for ibitmap_s
impl Unpin for ibitmap_s
impl UnwindSafe for ibitmap_s
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