pub struct WindowControls {
pub left: Vec<WindowControl>,
pub right: Vec<WindowControl>,
}Fields§
§left: Vec<WindowControl>§right: Vec<WindowControl>Trait Implementations§
Source§impl Debug for WindowControls
impl Debug for WindowControls
Source§impl<'de> Deserialize<'de> for WindowControls
impl<'de> Deserialize<'de> for WindowControls
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WindowControls
impl RefUnwindSafe for WindowControls
impl Send for WindowControls
impl Sync for WindowControls
impl Unpin for WindowControls
impl UnwindSafe for WindowControls
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