#[repr(C)]pub struct FONScontext { /* private fields */ }Trait Implementations§
Source§impl Clone for FONScontext
impl Clone for FONScontext
Source§fn clone(&self) -> FONScontext
fn clone(&self) -> FONScontext
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 FONScontext
impl Debug for FONScontext
impl Copy for FONScontext
Auto Trait Implementations§
impl Freeze for FONScontext
impl RefUnwindSafe for FONScontext
impl Send for FONScontext
impl Sync for FONScontext
impl Unpin for FONScontext
impl UnwindSafe for FONScontext
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