pub struct FrameConfig {
    pub frozen: bool,
    pub debug_draw: bool,
    pub reset_variance: bool,
    pub reset_reservoirs: bool,
}Fields§
§frozen: bool§debug_draw: bool§reset_variance: bool§reset_reservoirs: boolTrait Implementations§
Source§impl Clone for FrameConfig
 
impl Clone for FrameConfig
Source§fn clone(&self) -> FrameConfig
 
fn clone(&self) -> FrameConfig
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 Default for FrameConfig
 
impl Default for FrameConfig
Source§fn default() -> FrameConfig
 
fn default() -> FrameConfig
Returns the “default value” for a type. Read more
impl Copy for FrameConfig
Auto Trait Implementations§
impl Freeze for FrameConfig
impl RefUnwindSafe for FrameConfig
impl Send for FrameConfig
impl Sync for FrameConfig
impl Unpin for FrameConfig
impl UnwindSafe for FrameConfig
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> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
Source§impl<T> Pointable for T
 
impl<T> Pointable for T
Source§impl<R, P> ReadPrimitive<R> for P
 
impl<R, P> ReadPrimitive<R> for P
Source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_little_endian().