pub struct GuiSettings {
pub auto_wakeup: bool,
pub remote_panel: RemotePanel,
}Fields§
§auto_wakeup: bool§remote_panel: RemotePanelTrait Implementations§
Source§impl Clone for GuiSettings
impl Clone for GuiSettings
Source§fn clone(&self) -> GuiSettings
fn clone(&self) -> GuiSettings
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 moreSource§impl Debug for GuiSettings
impl Debug for GuiSettings
Source§impl<'de> Deserialize<'de> for GuiSettings
impl<'de> Deserialize<'de> for GuiSettings
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 GuiSettings
impl RefUnwindSafe for GuiSettings
impl Send for GuiSettings
impl Sync for GuiSettings
impl Unpin for GuiSettings
impl UnsafeUnpin for GuiSettings
impl UnwindSafe for GuiSettings
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