Struct freya::prelude::LaunchConfig
source · pub struct LaunchConfig<'a, T>where
T: Clone,{
pub window: WindowConfig<T>,
pub fonts: Vec<(&'a str, &'a [u8]), Global>,
}
Expand description
Launch configuration.
Fields§
§window: WindowConfig<T>
§fonts: Vec<(&'a str, &'a [u8]), Global>
Implementations§
source§impl<'a, T> LaunchConfig<'a, T>where
T: Clone,
impl<'a, T> LaunchConfig<'a, T>where T: Clone,
pub fn builder() -> LaunchConfigBuilder<'a, T>
Trait Implementations§
source§impl<'a, T> Clone for LaunchConfig<'a, T>where
T: Clone,
impl<'a, T> Clone for LaunchConfig<'a, T>where T: Clone,
source§fn clone(&self) -> LaunchConfig<'a, T>
fn clone(&self) -> LaunchConfig<'a, T>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a, T> RefUnwindSafe for LaunchConfig<'a, T>where T: RefUnwindSafe,
impl<'a, T> Send for LaunchConfig<'a, T>where T: Send,
impl<'a, T> Sync for LaunchConfig<'a, T>where T: Sync,
impl<'a, T> Unpin for LaunchConfig<'a, T>where T: Unpin,
impl<'a, T> UnwindSafe for LaunchConfig<'a, T>where T: UnwindSafe,
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.