pub struct Point {
pub x: c_int,
pub y: c_int,
}
Expand description
See _cef_point_t
for more documentation.
Fields§
§x: c_int
§y: c_int
Trait Implementations§
Source§impl From<Point> for _cef_point_t
impl From<Point> for _cef_point_t
Source§impl From<_cef_point_t> for Point
impl From<_cef_point_t> for Point
Source§fn from(value: _cef_point_t) -> Self
fn from(value: _cef_point_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Point
impl RefUnwindSafe for Point
impl Send for Point
impl Sync for Point
impl Unpin for Point
impl UnwindSafe for Point
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