pub struct ExtGStateFont {
pub font: Font,
pub size: f64,
}Expand description
Font specification for ExtGState
Fields§
§font: FontFont
size: f64Font size
Implementations§
Trait Implementations§
Source§impl Clone for ExtGStateFont
impl Clone for ExtGStateFont
Source§fn clone(&self) -> ExtGStateFont
fn clone(&self) -> ExtGStateFont
Returns a duplicate 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 ExtGStateFont
impl Debug for ExtGStateFont
Source§impl PartialEq for ExtGStateFont
impl PartialEq for ExtGStateFont
impl StructuralPartialEq for ExtGStateFont
Auto Trait Implementations§
impl Freeze for ExtGStateFont
impl RefUnwindSafe for ExtGStateFont
impl Send for ExtGStateFont
impl Sync for ExtGStateFont
impl Unpin for ExtGStateFont
impl UnwindSafe for ExtGStateFont
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