Enum solstice_2d::GraphicsError [−][src]
pub enum GraphicsError {
ShaderError(ShaderError),
GraphicsError(GraphicsError),
}Variants
ShaderError(ShaderError)GraphicsError(GraphicsError)Trait Implementations
impl Error for GraphicsError[src]
impl Error for GraphicsError[src]impl From<GraphicsError> for GraphicsError[src]
impl From<GraphicsError> for GraphicsError[src]fn from(err: GraphicsError) -> Self[src]
impl From<ShaderError> for GraphicsError[src]
impl From<ShaderError> for GraphicsError[src]fn from(err: ShaderError) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for GraphicsError
impl RefUnwindSafe for GraphicsErrorimpl Send for GraphicsError
impl Send for GraphicsErrorimpl Sync for GraphicsError
impl Sync for GraphicsErrorimpl Unpin for GraphicsError
impl Unpin for GraphicsErrorimpl UnwindSafe for GraphicsError
impl UnwindSafe for GraphicsErrorBlanket Implementations
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,