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