#[repr(C, packed(1))]pub struct AiTexel {
pub b: c_uchar,
pub g: c_uchar,
pub r: c_uchar,
pub a: c_uchar,
}
Fields§
§b: c_uchar
§g: c_uchar
§r: c_uchar
§a: c_uchar
Trait Implementations§
impl Copy for AiTexel
impl Eq for AiTexel
impl StructuralPartialEq for AiTexel
Auto Trait Implementations§
impl Freeze for AiTexel
impl RefUnwindSafe for AiTexel
impl Send for AiTexel
impl Sync for AiTexel
impl Unpin for AiTexel
impl UnwindSafe for AiTexel
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