#[repr(u32)]pub enum OIDNFormat {
Undefined = 0,
Float = 1,
Float2 = 2,
Float3 = 3,
Float4 = 4,
Half = 257,
Half2 = 258,
Half3 = 259,
Half4 = 260,
}Expand description
Image format for filter image parameters. Re-exported so variants (e.g. OIDNFormat::Float3) are constructible.
Variants§
Undefined = 0
Float = 1
Float2 = 2
Float3 = 3
Float4 = 4
Half = 257
Half2 = 258
Half3 = 259
Half4 = 260
Trait Implementations§
Source§impl Clone for OIDNFormat
impl Clone for OIDNFormat
Source§fn clone(&self) -> OIDNFormat
fn clone(&self) -> OIDNFormat
Returns a duplicate 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 OIDNFormat
impl Debug for OIDNFormat
Source§impl PartialEq for OIDNFormat
impl PartialEq for OIDNFormat
impl Copy for OIDNFormat
impl Eq for OIDNFormat
impl StructuralPartialEq for OIDNFormat
Auto Trait Implementations§
impl Freeze for OIDNFormat
impl RefUnwindSafe for OIDNFormat
impl Send for OIDNFormat
impl Sync for OIDNFormat
impl Unpin for OIDNFormat
impl UnwindSafe for OIDNFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.