#[repr(transparent)]pub struct GraphicsPixelFormat(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl GraphicsPixelFormat
impl GraphicsPixelFormat
pub const PIXEL_RED_GREEN_BLUE_RESERVED_8_BIT_PER_COLOR: GraphicsPixelFormat
pub const PIXEL_BLUE_GREEN_RED_RESERVED_8_BIT_PER_COLOR: GraphicsPixelFormat
pub const PIXEL_BIT_MASK: GraphicsPixelFormat
pub const PIXEL_BLT_ONLY: GraphicsPixelFormat
pub const PIXEL_FORMAT_MAX: GraphicsPixelFormat
Trait Implementations§
Source§impl Clone for GraphicsPixelFormat
impl Clone for GraphicsPixelFormat
Source§fn clone(&self) -> GraphicsPixelFormat
fn clone(&self) -> GraphicsPixelFormat
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GraphicsPixelFormat
impl Debug for GraphicsPixelFormat
Source§impl Default for GraphicsPixelFormat
impl Default for GraphicsPixelFormat
Source§fn default() -> GraphicsPixelFormat
fn default() -> GraphicsPixelFormat
Returns the “default value” for a type. Read more
Source§impl Hash for GraphicsPixelFormat
impl Hash for GraphicsPixelFormat
Source§impl Ord for GraphicsPixelFormat
impl Ord for GraphicsPixelFormat
Source§impl PartialEq for GraphicsPixelFormat
impl PartialEq for GraphicsPixelFormat
Source§impl PartialOrd for GraphicsPixelFormat
impl PartialOrd for GraphicsPixelFormat
Source§fn partial_cmp(&self, other: &GraphicsPixelFormat) -> Option<Ordering>
fn partial_cmp(&self, other: &GraphicsPixelFormat) -> Option<Ordering>
impl Copy for GraphicsPixelFormat
impl Eq for GraphicsPixelFormat
impl StructuralPartialEq for GraphicsPixelFormat
Auto Trait Implementations§
impl Freeze for GraphicsPixelFormat
impl RefUnwindSafe for GraphicsPixelFormat
impl Send for GraphicsPixelFormat
impl Sync for GraphicsPixelFormat
impl Unpin for GraphicsPixelFormat
impl UnwindSafe for GraphicsPixelFormat
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)