Struct egui::containers::resize::Prepared
source · struct Prepared {
id: Id,
corner_id: Option<Id>,
state: State,
content_ui: Ui,
}
Fields§
§id: Id
§corner_id: Option<Id>
§state: State
§content_ui: Ui
Auto Trait Implementations§
impl Freeze for Prepared
impl !RefUnwindSafe for Prepared
impl Send for Prepared
impl Sync for Prepared
impl Unpin for Prepared
impl !UnwindSafe for Prepared
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