#[repr(C)]pub struct GraphicsBltPixel {
pub Blue: u8,
pub Green: u8,
pub Red: u8,
pub Reserved: u8,
}Fields§
§Blue: u8§Green: u8§Red: u8§Reserved: u8Trait Implementations§
Source§impl Clone for GraphicsBltPixel
impl Clone for GraphicsBltPixel
Source§fn clone(&self) -> GraphicsBltPixel
fn clone(&self) -> GraphicsBltPixel
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 GraphicsBltPixel
impl Debug for GraphicsBltPixel
impl Copy for GraphicsBltPixel
Auto Trait Implementations§
impl Freeze for GraphicsBltPixel
impl RefUnwindSafe for GraphicsBltPixel
impl Send for GraphicsBltPixel
impl Sync for GraphicsBltPixel
impl Unpin for GraphicsBltPixel
impl UnwindSafe for GraphicsBltPixel
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