#[repr(C)]pub struct PF_Pixel {
pub alpha: A_u_char,
pub red: A_u_char,
pub green: A_u_char,
pub blue: A_u_char,
}Fields§
§alpha: A_u_char§red: A_u_char§green: A_u_char§blue: A_u_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for PF_Pixel
impl RefUnwindSafe for PF_Pixel
impl Send for PF_Pixel
impl Sync for PF_Pixel
impl Unpin for PF_Pixel
impl UnwindSafe for PF_Pixel
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