Struct skia_bindings::SkSurfaceProps
source · #[repr(C)]pub struct SkSurfaceProps {
pub fFlags: u32,
pub fPixelGeometry: SkPixelGeometry,
}
Fields§
§fFlags: u32
§fPixelGeometry: SkPixelGeometry
Implementations§
source§impl SkSurfaceProps
impl SkSurfaceProps
pub unsafe fn new() -> Self
pub unsafe fn new1(flags: u32, arg1: SkPixelGeometry) -> Self
pub unsafe fn new2(arg1: *const SkSurfaceProps) -> Self
Trait Implementations§
source§impl Clone for SkSurfaceProps
impl Clone for SkSurfaceProps
source§fn clone(&self) -> SkSurfaceProps
fn clone(&self) -> SkSurfaceProps
Returns a copy 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 SkSurfaceProps
impl Debug for SkSurfaceProps
impl Copy for SkSurfaceProps
Auto Trait Implementations§
impl RefUnwindSafe for SkSurfaceProps
impl Send for SkSurfaceProps
impl Sync for SkSurfaceProps
impl Unpin for SkSurfaceProps
impl UnwindSafe for SkSurfaceProps
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