pub struct AtomLayoutResponse {
pub response: Response,
/* private fields */
}
Expand description
Response from a AtomLayout::show
or AllocatedAtomLayout::paint
.
Use AtomLayoutResponse::rect
to get the response rects from AtomKind::Custom
.
Fields§
§response: Response
Implementations§
Trait Implementations§
Source§impl Clone for AtomLayoutResponse
impl Clone for AtomLayoutResponse
Source§fn clone(&self) -> AtomLayoutResponse
fn clone(&self) -> AtomLayoutResponse
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 moreAuto Trait Implementations§
impl Freeze for AtomLayoutResponse
impl !RefUnwindSafe for AtomLayoutResponse
impl Send for AtomLayoutResponse
impl Sync for AtomLayoutResponse
impl Unpin for AtomLayoutResponse
impl !UnwindSafe for AtomLayoutResponse
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