Struct comfy_wgpu::TextDimensions
source · pub struct TextDimensions {
pub width: f32,
pub height: f32,
pub offset_y: f32,
}Fields§
§width: f32§height: f32§offset_y: f32Auto Trait Implementations§
impl RefUnwindSafe for TextDimensions
impl Send for TextDimensions
impl Sync for TextDimensions
impl Unpin for TextDimensions
impl UnwindSafe for TextDimensions
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