#[repr(C)]pub struct SkTypeface_LocalizedString {
pub fString: SkString,
pub fLanguage: SkString,
}
Fields§
§fString: SkString
§fLanguage: SkString
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SkTypeface_LocalizedString
impl !Send for SkTypeface_LocalizedString
impl !Sync for SkTypeface_LocalizedString
impl Unpin for SkTypeface_LocalizedString
impl UnwindSafe for SkTypeface_LocalizedString
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