Enum rin_graphics::arcball_camera::ViewsEvent [−][src]
pub enum ViewsEvent {
Front,
Back,
Left,
Right,
Top,
Bottom,
OrbitUp(Deg<f32>),
OrbitDown(Deg<f32>),
OrbitLeft(Deg<f32>),
OrbitRight(Deg<f32>),
}Variants
Implementations
impl ViewsEvent[src]
impl ViewsEvent[src]pub fn stream_from_numpad_keys<S: StreamExt<'static, Event>>(
events: S
) -> Stream<'static, ViewsEvent>[src]
events: S
) -> Stream<'static, ViewsEvent>
Trait Implementations
impl Clone for ViewsEvent[src]
impl Clone for ViewsEvent[src]fn clone(&self) -> ViewsEvent[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<ViewsEvent> for ViewsEvent[src]
impl PartialEq<ViewsEvent> for ViewsEvent[src]fn eq(&self, other: &ViewsEvent) -> bool[src]
fn ne(&self, other: &ViewsEvent) -> bool[src]
impl Copy for ViewsEvent[src]
impl StructuralPartialEq for ViewsEvent[src]
Auto Trait Implementations
impl RefUnwindSafe for ViewsEvent
impl Send for ViewsEvent
impl Sync for ViewsEvent
impl Unpin for ViewsEvent
impl UnwindSafe for ViewsEvent
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]