Struct miniblink_sys::wkeDraggableRegion
source · #[repr(C)]pub struct wkeDraggableRegion {
pub bounds: RECT,
pub draggable: bool,
}Fields§
§bounds: RECT§draggable: boolAuto Trait Implementations§
impl Freeze for wkeDraggableRegion
impl RefUnwindSafe for wkeDraggableRegion
impl Send for wkeDraggableRegion
impl Sync for wkeDraggableRegion
impl Unpin for wkeDraggableRegion
impl UnwindSafe for wkeDraggableRegion
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