Struct egui::containers::window::SideResponse
source · struct SideResponse {
hover: bool,
drag: bool,
}
Expand description
A miniature version of Response
, for each side of the window.
Fields§
§hover: bool
§drag: bool
Implementations§
Trait Implementations§
source§impl BitOrAssign for SideResponse
impl BitOrAssign for SideResponse
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl Clone for SideResponse
impl Clone for SideResponse
source§fn clone(&self) -> SideResponse
fn clone(&self) -> SideResponse
Returns a copy 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 SideResponse
impl Debug for SideResponse
source§impl Default for SideResponse
impl Default for SideResponse
source§fn default() -> SideResponse
fn default() -> SideResponse
Returns the “default value” for a type. Read more
impl Copy for SideResponse
Auto Trait Implementations§
impl Freeze for SideResponse
impl RefUnwindSafe for SideResponse
impl Send for SideResponse
impl Sync for SideResponse
impl Unpin for SideResponse
impl UnwindSafe for SideResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)