#[repr(C)]pub struct BLGlyphPlacement {
pub placement: BLPointI,
pub advance: BLPointI,
}Fields§
§placement: BLPointI§advance: BLPointITrait Implementations§
Source§impl Clone for BLGlyphPlacement
impl Clone for BLGlyphPlacement
Source§fn clone(&self) -> BLGlyphPlacement
fn clone(&self) -> BLGlyphPlacement
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 moreimpl Copy for BLGlyphPlacement
Auto Trait Implementations§
impl Freeze for BLGlyphPlacement
impl RefUnwindSafe for BLGlyphPlacement
impl Send for BLGlyphPlacement
impl Sync for BLGlyphPlacement
impl Unpin for BLGlyphPlacement
impl UnwindSafe for BLGlyphPlacement
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