#[repr(C)]pub struct BLImageData {
pub pixelData: *mut c_void,
pub stride: isize,
pub size: BLSizeI,
pub format: u32,
pub flags: u32,
}Fields§
§pixelData: *mut c_void§stride: isize§size: BLSizeI§format: u32§flags: u32Trait Implementations§
Source§impl Clone for BLImageData
impl Clone for BLImageData
Source§fn clone(&self) -> BLImageData
fn clone(&self) -> BLImageData
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 BLImageData
Auto Trait Implementations§
impl Freeze for BLImageData
impl RefUnwindSafe for BLImageData
impl !Send for BLImageData
impl !Sync for BLImageData
impl Unpin for BLImageData
impl UnwindSafe for BLImageData
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