Struct SizeF
#[repr(C)]pub struct SizeF {
pub Width: f32,
pub Height: f32,
}
Fields§
§Width: f32
§Height: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SizeF
impl RefUnwindSafe for SizeF
impl Send for SizeF
impl Sync for SizeF
impl Unpin for SizeF
impl UnwindSafe for SizeF
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