Enum naga::valid::function::SubgroupError
source · pub enum SubgroupError {
InvalidOperand(Handle<Expression>),
ResultTypeMismatch(Handle<Expression>),
UnsupportedOperation(SubgroupOperationSet),
UnknownOperation,
}
Variants§
InvalidOperand(Handle<Expression>)
ResultTypeMismatch(Handle<Expression>)
UnsupportedOperation(SubgroupOperationSet)
UnknownOperation
Trait Implementations§
source§impl Clone for SubgroupError
impl Clone for SubgroupError
source§fn clone(&self) -> SubgroupError
fn clone(&self) -> SubgroupError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SubgroupError
impl Debug for SubgroupError
source§impl Display for SubgroupError
impl Display for SubgroupError
source§impl Error for SubgroupError
impl Error for SubgroupError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<SubgroupError> for FunctionError
impl From<SubgroupError> for FunctionError
source§fn from(source: SubgroupError) -> Self
fn from(source: SubgroupError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SubgroupError
impl RefUnwindSafe for SubgroupError
impl Send for SubgroupError
impl Sync for SubgroupError
impl Unpin for SubgroupError
impl UnwindSafe for SubgroupError
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