pub struct AcceleratedPaintNativePixmapPlaneInfo {
pub stride: u32,
pub offset: u64,
pub size: u64,
pub fd: c_int,
}Expand description
See _cef_accelerated_paint_native_pixmap_plane_info_t for more documentation.
Fields§
§stride: u32§offset: u64§size: u64§fd: c_intTrait Implementations§
Source§impl Clone for AcceleratedPaintNativePixmapPlaneInfo
impl Clone for AcceleratedPaintNativePixmapPlaneInfo
Source§fn clone(&self) -> AcceleratedPaintNativePixmapPlaneInfo
fn clone(&self) -> AcceleratedPaintNativePixmapPlaneInfo
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 From<AcceleratedPaintNativePixmapPlaneInfo> for _cef_accelerated_paint_native_pixmap_plane_info_t
impl From<AcceleratedPaintNativePixmapPlaneInfo> for _cef_accelerated_paint_native_pixmap_plane_info_t
Source§fn from(value: AcceleratedPaintNativePixmapPlaneInfo) -> Self
fn from(value: AcceleratedPaintNativePixmapPlaneInfo) -> Self
Converts to this type from the input type.
Source§impl From<_cef_accelerated_paint_native_pixmap_plane_info_t> for AcceleratedPaintNativePixmapPlaneInfo
impl From<_cef_accelerated_paint_native_pixmap_plane_info_t> for AcceleratedPaintNativePixmapPlaneInfo
Source§fn from(value: _cef_accelerated_paint_native_pixmap_plane_info_t) -> Self
fn from(value: _cef_accelerated_paint_native_pixmap_plane_info_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AcceleratedPaintNativePixmapPlaneInfo
impl RefUnwindSafe for AcceleratedPaintNativePixmapPlaneInfo
impl Send for AcceleratedPaintNativePixmapPlaneInfo
impl Sync for AcceleratedPaintNativePixmapPlaneInfo
impl Unpin for AcceleratedPaintNativePixmapPlaneInfo
impl UnwindSafe for AcceleratedPaintNativePixmapPlaneInfo
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