#[repr(C)]pub struct PF_Pixel16 {
pub alpha: A_u_short,
pub red: A_u_short,
pub green: A_u_short,
pub blue: A_u_short,
}Fields§
§alpha: A_u_short§red: A_u_short§green: A_u_short§blue: A_u_shortTrait Implementations§
Source§impl Clone for PF_Pixel16
impl Clone for PF_Pixel16
Source§fn clone(&self) -> PF_Pixel16
fn clone(&self) -> PF_Pixel16
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PF_Pixel16
impl Debug for PF_Pixel16
impl Copy for PF_Pixel16
Auto Trait Implementations§
impl Freeze for PF_Pixel16
impl RefUnwindSafe for PF_Pixel16
impl Send for PF_Pixel16
impl Sync for PF_Pixel16
impl Unpin for PF_Pixel16
impl UnwindSafe for PF_Pixel16
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