pub struct ClientWindowConfig {
pub resolution: Option<WindowResolution>,
}Expand description
Configuration for the client window
Fields§
§resolution: Option<WindowResolution>The resolution of the window
Implementations§
Trait Implementations§
Source§impl Clone for ClientWindowConfig
impl Clone for ClientWindowConfig
Source§fn clone(&self) -> ClientWindowConfig
fn clone(&self) -> ClientWindowConfig
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 ClientWindowConfig
impl Debug for ClientWindowConfig
Source§impl Default for ClientWindowConfig
impl Default for ClientWindowConfig
Source§fn default() -> ClientWindowConfig
fn default() -> ClientWindowConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClientWindowConfig
impl RefUnwindSafe for ClientWindowConfig
impl Send for ClientWindowConfig
impl Sync for ClientWindowConfig
impl Unpin for ClientWindowConfig
impl UnwindSafe for ClientWindowConfig
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