Struct WindowConfig
pub struct WindowConfig {
pub size: usize,
pub overlap: usize,
pub window_type: WindowType,
pub update_every: UpdateTrigger,
}Fields§
§size: usize§overlap: usize§window_type: WindowType§update_every: UpdateTriggerTrait Implementations§
§impl Clone for WindowConfig
impl Clone for WindowConfig
§fn clone(&self) -> WindowConfig
fn clone(&self) -> WindowConfig
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Default for WindowConfig
impl Default for WindowConfig
Auto Trait Implementations§
impl Freeze for WindowConfig
impl RefUnwindSafe for WindowConfig
impl Send for WindowConfig
impl Sync for WindowConfig
impl Unpin for WindowConfig
impl UnwindSafe for WindowConfig
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)