#[repr(C)]pub struct BLImageInfo {
pub size: BLSizeI,
pub density: BLSize,
pub flags: u32,
pub depth: u16,
pub planeCount: u16,
pub frameCount: u64,
pub format: [c_char; 16],
pub compression: [c_char; 16],
}Fields§
§size: BLSizeI§density: BLSize§flags: u32§depth: u16§planeCount: u16§frameCount: u64§format: [c_char; 16]§compression: [c_char; 16]Trait Implementations§
Source§impl Clone for BLImageInfo
impl Clone for BLImageInfo
Source§fn clone(&self) -> BLImageInfo
fn clone(&self) -> BLImageInfo
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 BLImageInfo
Auto Trait Implementations§
impl Freeze for BLImageInfo
impl RefUnwindSafe for BLImageInfo
impl Send for BLImageInfo
impl Sync for BLImageInfo
impl Unpin for BLImageInfo
impl UnwindSafe for BLImageInfo
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