Struct pixel_widgets::widget::layers::State [−][src]
pub struct State<Id> { /* fields omitted */ }
Expand description
State for Layers
Trait Implementations
Auto Trait Implementations
impl<Id> RefUnwindSafe for State<Id> where
Id: RefUnwindSafe,
Id: RefUnwindSafe,
impl<Id> Send for State<Id> where
Id: Send,
Id: Send,
impl<Id> Sync for State<Id> where
Id: Sync,
Id: Sync,
impl<Id> Unpin for State<Id> where
Id: Unpin,
Id: Unpin,
impl<Id> UnwindSafe for State<Id> where
Id: UnwindSafe,
Id: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T