pub struct ConfigureArgs {
pub edges: Resize,
pub width: i32,
pub height: i32,
}
Fields§
§edges: Resize
how the surface was resized
width: i32
new width of the surface
height: i32
new height of the surface
Trait Implementations§
Source§impl Clone for ConfigureArgs
impl Clone for ConfigureArgs
Source§fn clone(&self) -> ConfigureArgs
fn clone(&self) -> ConfigureArgs
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 ConfigureArgs
impl Debug for ConfigureArgs
impl Copy for ConfigureArgs
Auto Trait Implementations§
impl Freeze for ConfigureArgs
impl RefUnwindSafe for ConfigureArgs
impl Send for ConfigureArgs
impl Sync for ConfigureArgs
impl Unpin for ConfigureArgs
impl UnwindSafe for ConfigureArgs
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