#[repr(C)]pub struct fcft_text_run {
pub glyphs: *mut *const fcft_glyph,
pub cluster: *mut c_int,
pub count: usize,
}Fields§
§glyphs: *mut *const fcft_glyph§cluster: *mut c_int§count: usizeTrait Implementations§
Source§impl Clone for fcft_text_run
impl Clone for fcft_text_run
Source§fn clone(&self) -> fcft_text_run
fn clone(&self) -> fcft_text_run
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fcft_text_run
Auto Trait Implementations§
impl !Send for fcft_text_run
impl !Sync for fcft_text_run
impl Freeze for fcft_text_run
impl RefUnwindSafe for fcft_text_run
impl Unpin for fcft_text_run
impl UnsafeUnpin for fcft_text_run
impl UnwindSafe for fcft_text_run
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