Struct skia_bindings::SkTextUtils
source · #[repr(C)]pub struct SkTextUtils {
pub _address: u8,
}
Fields§
§_address: u8
Implementations§
source§impl SkTextUtils
impl SkTextUtils
pub unsafe fn Draw( arg1: *mut SkCanvas, text: *const c_void, size: usize, arg2: SkTextEncoding, x: SkScalar, y: SkScalar, arg3: *const SkFont, arg4: *const SkPaint, arg5: SkTextUtils_Align )
pub unsafe fn GetPath( text: *const c_void, length: usize, arg1: SkTextEncoding, x: SkScalar, y: SkScalar, arg2: *const SkFont, arg3: *mut SkPath )
Trait Implementations§
source§impl Clone for SkTextUtils
impl Clone for SkTextUtils
source§fn clone(&self) -> SkTextUtils
fn clone(&self) -> SkTextUtils
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 SkTextUtils
impl Debug for SkTextUtils
impl Copy for SkTextUtils
Auto Trait Implementations§
impl RefUnwindSafe for SkTextUtils
impl Send for SkTextUtils
impl Sync for SkTextUtils
impl Unpin for SkTextUtils
impl UnwindSafe for SkTextUtils
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