#[repr(C)]pub struct BLImageImpl {
pub pixelData: *mut c_void,
pub stride: isize,
pub writer: *mut c_void,
pub refCount: usize,
pub implType: u8,
pub implTraits: u8,
pub memPoolData: u16,
pub format: u8,
pub flags: u8,
pub depth: u16,
pub size: BLSizeI,
}Fields§
§pixelData: *mut c_void§stride: isize§writer: *mut c_void§refCount: usize§implType: u8§implTraits: u8§memPoolData: u16§format: u8§flags: u8§depth: u16§size: BLSizeITrait Implementations§
Source§impl Clone for BLImageImpl
impl Clone for BLImageImpl
Source§fn clone(&self) -> BLImageImpl
fn clone(&self) -> BLImageImpl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLImageImpl
Auto Trait Implementations§
impl Freeze for BLImageImpl
impl RefUnwindSafe for BLImageImpl
impl !Send for BLImageImpl
impl !Sync for BLImageImpl
impl Unpin for BLImageImpl
impl UnwindSafe for BLImageImpl
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