pub struct FontDefinitionArgs<'a> {
pub family: Option<WIPOffset<&'a str>>,
pub src: Option<WIPOffset<&'a str>>,
pub weight_range: Option<WIPOffset<&'a str>>,
pub variable: bool,
}Fields§
§family: Option<WIPOffset<&'a str>>§src: Option<WIPOffset<&'a str>>§weight_range: Option<WIPOffset<&'a str>>§variable: boolTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FontDefinitionArgs<'a>
impl<'a> RefUnwindSafe for FontDefinitionArgs<'a>
impl<'a> Send for FontDefinitionArgs<'a>
impl<'a> Sync for FontDefinitionArgs<'a>
impl<'a> Unpin for FontDefinitionArgs<'a>
impl<'a> UnsafeUnpin for FontDefinitionArgs<'a>
impl<'a> UnwindSafe for FontDefinitionArgs<'a>
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