pub struct WindowCoverage {
pub base: WindowBase,
pub units: Vec<String>,
}Fields§
§base: WindowBase§units: Vec<String>Trait Implementations§
Source§impl Clone for WindowCoverage
impl Clone for WindowCoverage
Source§fn clone(&self) -> WindowCoverage
fn clone(&self) -> WindowCoverage
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 moreAuto Trait Implementations§
impl Freeze for WindowCoverage
impl RefUnwindSafe for WindowCoverage
impl Send for WindowCoverage
impl Sync for WindowCoverage
impl Unpin for WindowCoverage
impl UnsafeUnpin for WindowCoverage
impl UnwindSafe for WindowCoverage
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