pub struct BaselineShift(pub f32);Tuple Fields§
§0: f32Implementations§
Source§impl BaselineShift
impl BaselineShift
pub const SUPERSCRIPT: Self
pub const SUBSCRIPT: Self
pub const NONE: Self
pub const UNSPECIFIED: Self
pub fn is_specified(self) -> bool
Trait Implementations§
Source§impl Clone for BaselineShift
impl Clone for BaselineShift
Source§fn clone(&self) -> BaselineShift
fn clone(&self) -> BaselineShift
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 BaselineShift
impl Debug for BaselineShift
Source§impl PartialEq for BaselineShift
impl PartialEq for BaselineShift
impl Copy for BaselineShift
impl StructuralPartialEq for BaselineShift
Auto Trait Implementations§
impl Freeze for BaselineShift
impl RefUnwindSafe for BaselineShift
impl Send for BaselineShift
impl Sync for BaselineShift
impl Unpin for BaselineShift
impl UnsafeUnpin for BaselineShift
impl UnwindSafe for BaselineShift
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