#[repr(C)]pub struct LevelInfo {
pub struct_size: u32,
pub width: u32,
pub height: u32,
pub faces: u32,
pub blocks_x: u32,
pub blocks_y: u32,
pub bytes_per_block: u32,
pub format: CrnFormat,
}
Fields§
§struct_size: u32
§width: u32
§height: u32
§faces: u32
§blocks_x: u32
§blocks_y: u32
§bytes_per_block: u32
§format: CrnFormat
Trait Implementations§
impl Copy for LevelInfo
Auto Trait Implementations§
impl Freeze for LevelInfo
impl RefUnwindSafe for LevelInfo
impl Send for LevelInfo
impl Sync for LevelInfo
impl Unpin for LevelInfo
impl UnwindSafe for LevelInfo
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