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