pub struct AcceleratedPaintInfo {
pub size: usize,
pub planes: [AcceleratedPaintNativePixmapPlaneInfo; 4],
pub plane_count: c_int,
pub modifier: u64,
pub format: ColorType,
pub extra: AcceleratedPaintInfoCommon,
}Expand description
See _cef_accelerated_paint_info_t for more documentation.
Fields§
§size: usize§planes: [AcceleratedPaintNativePixmapPlaneInfo; 4]§plane_count: c_int§modifier: u64§format: ColorType§extra: AcceleratedPaintInfoCommonTrait Implementations§
Source§impl Clone for AcceleratedPaintInfo
impl Clone for AcceleratedPaintInfo
Source§fn clone(&self) -> AcceleratedPaintInfo
fn clone(&self) -> AcceleratedPaintInfo
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 AcceleratedPaintInfo
impl Debug for AcceleratedPaintInfo
Source§impl Default for AcceleratedPaintInfo
impl Default for AcceleratedPaintInfo
Source§impl From<AcceleratedPaintInfo> for _cef_accelerated_paint_info_t
impl From<AcceleratedPaintInfo> for _cef_accelerated_paint_info_t
Source§fn from(value: AcceleratedPaintInfo) -> Self
fn from(value: AcceleratedPaintInfo) -> Self
Converts to this type from the input type.
Source§impl From<_cef_accelerated_paint_info_t> for AcceleratedPaintInfo
impl From<_cef_accelerated_paint_info_t> for AcceleratedPaintInfo
Source§fn from(value: _cef_accelerated_paint_info_t) -> Self
fn from(value: _cef_accelerated_paint_info_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AcceleratedPaintInfo
impl RefUnwindSafe for AcceleratedPaintInfo
impl Send for AcceleratedPaintInfo
impl Sync for AcceleratedPaintInfo
impl Unpin for AcceleratedPaintInfo
impl UnwindSafe for AcceleratedPaintInfo
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