pub struct DraggableRegion {
pub bounds: Rect,
pub draggable: c_int,
}
Expand description
See _cef_draggable_region_t
for more documentation.
Fields§
§bounds: Rect
§draggable: c_int
Trait Implementations§
Source§impl Clone for DraggableRegion
impl Clone for DraggableRegion
Source§fn clone(&self) -> DraggableRegion
fn clone(&self) -> DraggableRegion
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 Default for DraggableRegion
impl Default for DraggableRegion
Source§impl From<DraggableRegion> for _cef_draggable_region_t
impl From<DraggableRegion> for _cef_draggable_region_t
Source§fn from(value: DraggableRegion) -> Self
fn from(value: DraggableRegion) -> Self
Converts to this type from the input type.
Source§impl From<_cef_draggable_region_t> for DraggableRegion
impl From<_cef_draggable_region_t> for DraggableRegion
Source§fn from(value: _cef_draggable_region_t) -> Self
fn from(value: _cef_draggable_region_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DraggableRegion
impl RefUnwindSafe for DraggableRegion
impl Send for DraggableRegion
impl Sync for DraggableRegion
impl Unpin for DraggableRegion
impl UnwindSafe for DraggableRegion
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