#[repr(u32)]pub enum SubpixelType {
Unknown = 1,
HorizontalRgb = 2,
HorizontalBgr = 3,
VerticalRgb = 4,
VerticalBgr = 5,
None = 6,
}
Variants§
Trait Implementations§
Source§impl Debug for SubpixelType
impl Debug for SubpixelType
Auto Trait Implementations§
impl Freeze for SubpixelType
impl RefUnwindSafe for SubpixelType
impl Send for SubpixelType
impl Sync for SubpixelType
impl Unpin for SubpixelType
impl UnwindSafe for SubpixelType
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