pub struct ClientRectObject {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
pub top: f64,
pub right: f64,
pub bottom: f64,
pub left: f64,
}
Fields§
§x: f64
§y: f64
§width: f64
§height: f64
§top: f64
§right: f64
§bottom: f64
§left: f64
Trait Implementations§
Source§impl From<ClientRectObject> for Coords
impl From<ClientRectObject> for Coords
Source§fn from(child: ClientRectObject) -> Self
fn from(child: ClientRectObject) -> Self
Converts to this type from the input type.
Source§impl From<ClientRectObject> for Dimensions
impl From<ClientRectObject> for Dimensions
Source§fn from(child: ClientRectObject) -> Self
fn from(child: ClientRectObject) -> Self
Converts to this type from the input type.
Source§impl From<ClientRectObject> for Rect
impl From<ClientRectObject> for Rect
Source§fn from(child: ClientRectObject) -> Self
fn from(child: ClientRectObject) -> Self
Converts to this type from the input type.
Source§impl From<ClientRectObject> for SideObject
impl From<ClientRectObject> for SideObject
Source§fn from(child: ClientRectObject) -> Self
fn from(child: ClientRectObject) -> Self
Converts to this type from the input type.
Source§impl Index<&Axis> for ClientRectObject
impl Index<&Axis> for ClientRectObject
Source§impl Index<&Length> for ClientRectObject
impl Index<&Length> for ClientRectObject
Source§impl Index<&Side> for ClientRectObject
impl Index<&Side> for ClientRectObject
Source§impl IndexMut<&Axis> for ClientRectObject
impl IndexMut<&Axis> for ClientRectObject
Source§impl IndexMut<&Length> for ClientRectObject
impl IndexMut<&Length> for ClientRectObject
Auto Trait Implementations§
impl Freeze for ClientRectObject
impl RefUnwindSafe for ClientRectObject
impl Send for ClientRectObject
impl Sync for ClientRectObject
impl Unpin for ClientRectObject
impl UnwindSafe for ClientRectObject
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