#[repr(C)]pub struct PIXEL_RGBA {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}Expand description
RGBA32bit構造体
Fields§
§r: u8§g: u8§b: u8§a: u8Auto Trait Implementations§
impl Freeze for PIXEL_RGBA
impl RefUnwindSafe for PIXEL_RGBA
impl Send for PIXEL_RGBA
impl Sync for PIXEL_RGBA
impl Unpin for PIXEL_RGBA
impl UnwindSafe for PIXEL_RGBA
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