pub struct WindowSealing {
pub lateness: Option<Duration>,
pub immutable: Option<Duration>,
}Fields§
§lateness: Option<Duration>§immutable: Option<Duration>Trait Implementations§
Source§impl Clone for WindowSealing
impl Clone for WindowSealing
Source§fn clone(&self) -> WindowSealing
fn clone(&self) -> WindowSealing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WindowSealing
Source§impl Debug for WindowSealing
impl Debug for WindowSealing
impl Eq for WindowSealing
Source§impl PartialEq for WindowSealing
impl PartialEq for WindowSealing
impl StructuralPartialEq for WindowSealing
Auto Trait Implementations§
impl Freeze for WindowSealing
impl RefUnwindSafe for WindowSealing
impl Send for WindowSealing
impl Sync for WindowSealing
impl Unpin for WindowSealing
impl UnsafeUnpin for WindowSealing
impl UnwindSafe for WindowSealing
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