#[repr(C, align(2))]pub struct RGBTable {
pub t_Red: UBYTE,
pub t_Green: UBYTE,
pub t_Blue: UBYTE,
}Fields§
§t_Red: UBYTE§t_Green: UBYTE§t_Blue: UBYTETrait Implementations§
Auto Trait Implementations§
impl Freeze for RGBTable
impl RefUnwindSafe for RGBTable
impl Send for RGBTable
impl Sync for RGBTable
impl Unpin for RGBTable
impl UnsafeUnpin for RGBTable
impl UnwindSafe for RGBTable
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