pub struct Rgba8Sint;
Expand description
A struct equivalent to the matching Format
enum member, which allows
an API to be strongly typed on particular formats.
Trait Implementations§
Source§impl Ord for Rgba8Sint
impl Ord for Rgba8Sint
Source§impl PartialOrd for Rgba8Sint
impl PartialOrd for Rgba8Sint
impl Copy for Rgba8Sint
impl Eq for Rgba8Sint
impl StructuralPartialEq for Rgba8Sint
Auto Trait Implementations§
impl Freeze for Rgba8Sint
impl RefUnwindSafe for Rgba8Sint
impl Send for Rgba8Sint
impl Sync for Rgba8Sint
impl Unpin for Rgba8Sint
impl UnwindSafe for Rgba8Sint
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