#[repr(C)]pub struct _mbDraggableRegion {
pub bounds: RECT,
pub draggable: BOOL,
}Fields§
§bounds: RECT§draggable: BOOLTrait Implementations§
Source§impl Clone for _mbDraggableRegion
impl Clone for _mbDraggableRegion
Source§fn clone(&self) -> _mbDraggableRegion
fn clone(&self) -> _mbDraggableRegion
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 Debug for _mbDraggableRegion
impl Debug for _mbDraggableRegion
impl Copy for _mbDraggableRegion
Auto Trait Implementations§
impl Freeze for _mbDraggableRegion
impl RefUnwindSafe for _mbDraggableRegion
impl Send for _mbDraggableRegion
impl Sync for _mbDraggableRegion
impl Unpin for _mbDraggableRegion
impl UnsafeUnpin for _mbDraggableRegion
impl UnwindSafe for _mbDraggableRegion
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