#[repr(C)]pub struct AiTexture {
pub width: c_uint,
pub height: c_uint,
pub format_hint: [c_char; 9],
pub data: *mut AiTexel,
}
Fields§
§width: c_uint
§height: c_uint
§format_hint: [c_char; 9]
§data: *mut AiTexel
Auto Trait Implementations§
impl Freeze for AiTexture
impl RefUnwindSafe for AiTexture
impl !Send for AiTexture
impl !Sync for AiTexture
impl Unpin for AiTexture
impl UnwindSafe for AiTexture
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