pub struct WindowDefinition {
pub window_name: String,
pub stream_name: String,
pub width: i64,
pub slide: i64,
}Fields§
§window_name: String§stream_name: String§width: i64§slide: i64Trait Implementations§
Source§impl Clone for WindowDefinition
impl Clone for WindowDefinition
Source§fn clone(&self) -> WindowDefinition
fn clone(&self) -> WindowDefinition
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 moreAuto Trait Implementations§
impl Freeze for WindowDefinition
impl RefUnwindSafe for WindowDefinition
impl Send for WindowDefinition
impl Sync for WindowDefinition
impl Unpin for WindowDefinition
impl UnwindSafe for WindowDefinition
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