pub struct LayerState { /* private fields */ }
Trait Implementations§
Source§impl Debug for LayerState
impl Debug for LayerState
Source§impl Default for LayerState
impl Default for LayerState
Source§fn default() -> LayerState
fn default() -> LayerState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayerState
impl RefUnwindSafe for LayerState
impl Send for LayerState
impl Sync for LayerState
impl Unpin for LayerState
impl UnwindSafe for LayerState
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