#[repr(C)]pub struct lh_position {
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
}Fields§
§x: f32§y: f32§width: f32§height: f32Trait Implementations§
Source§impl Clone for lh_position
impl Clone for lh_position
Source§fn clone(&self) -> lh_position
fn clone(&self) -> lh_position
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 lh_position
impl Debug for lh_position
Source§impl Default for lh_position
impl Default for lh_position
Source§fn default() -> lh_position
fn default() -> lh_position
Returns the “default value” for a type. Read more
impl Copy for lh_position
Auto Trait Implementations§
impl Freeze for lh_position
impl RefUnwindSafe for lh_position
impl Send for lh_position
impl Sync for lh_position
impl Unpin for lh_position
impl UnsafeUnpin for lh_position
impl UnwindSafe for lh_position
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