pub struct WindowUnitRef {
pub base_key: String,
pub unit: String,
}Fields§
§base_key: String§unit: StringTrait Implementations§
Source§impl Clone for WindowUnitRef
impl Clone for WindowUnitRef
Source§fn clone(&self) -> WindowUnitRef
fn clone(&self) -> WindowUnitRef
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 moreSource§impl Debug for WindowUnitRef
impl Debug for WindowUnitRef
Auto Trait Implementations§
impl Freeze for WindowUnitRef
impl RefUnwindSafe for WindowUnitRef
impl Send for WindowUnitRef
impl Sync for WindowUnitRef
impl Unpin for WindowUnitRef
impl UnsafeUnpin for WindowUnitRef
impl UnwindSafe for WindowUnitRef
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