pub struct Size {
pub width: c_int,
pub height: c_int,
}Expand description
See _cef_size_t for more documentation.
Fields§
§width: c_int§height: c_intTrait Implementations§
Source§impl From<Size> for _cef_size_t
impl From<Size> for _cef_size_t
Source§impl From<_cef_size_t> for Size
impl From<_cef_size_t> for Size
Source§fn from(value: _cef_size_t) -> Self
fn from(value: _cef_size_t) -> Self
Converts to this type from the input type.
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