pub struct Sp(pub f32);Expand description
Scale-independent pixels (for text)
Tuple Fields§
§0: f32Implementations§
Trait Implementations§
Source§impl PartialOrd for Sp
impl PartialOrd for Sp
impl Copy for Sp
impl StructuralPartialEq for Sp
Auto Trait Implementations§
impl Freeze for Sp
impl RefUnwindSafe for Sp
impl Send for Sp
impl Sync for Sp
impl Unpin for Sp
impl UnwindSafe for Sp
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