Enum webrender_api::display_list::Peek
source · enum Peek {
StartPeeking,
IsPeeking,
NotPeeking,
}
Variants§
Trait Implementations§
source§impl PartialEq for Peek
impl PartialEq for Peek
impl StructuralPartialEq for Peek
Auto Trait Implementations§
impl Freeze for Peek
impl RefUnwindSafe for Peek
impl Send for Peek
impl Sync for Peek
impl Unpin for Peek
impl UnwindSafe for Peek
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