pub struct ExecResizeOptions<'a> {
pub id: &'a str,
pub h: Option<i64>,
pub w: Option<i64>,
}
Fields§
§id: &'a str
§h: Option<i64>
§w: Option<i64>
Trait Implementations§
Source§impl<'a> Default for ExecResizeOptions<'a>
impl<'a> Default for ExecResizeOptions<'a>
Source§fn default() -> ExecResizeOptions<'a>
fn default() -> ExecResizeOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ExecResizeOptions<'a>
impl<'a> RefUnwindSafe for ExecResizeOptions<'a>
impl<'a> Send for ExecResizeOptions<'a>
impl<'a> Sync for ExecResizeOptions<'a>
impl<'a> Unpin for ExecResizeOptions<'a>
impl<'a> UnwindSafe for ExecResizeOptions<'a>
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