#[repr(C)]pub struct Size {
pub Width: f32,
pub Height: f32,
}
Fields§
§Width: f32
§Height: f32
Trait Implementations§
Source§impl Abi for Size
impl Abi for Size
Source§impl RuntimeType for Size
impl RuntimeType for Size
const SIGNATURE: ConstBuffer
type DefaultType = Size
impl Copy for Size
impl Eq for Size
Auto Trait Implementations§
impl Freeze for Size
impl RefUnwindSafe for Size
impl Send for Size
impl Sync for Size
impl Unpin for Size
impl UnwindSafe for Size
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