#[repr(i32)]pub enum RootParameterType {
DescriptorTable = 0,
T32BitConstants = 1,
Cbv = 2,
Srv = 3,
Uav = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for RootParameterType
impl Clone for RootParameterType
Source§fn clone(&self) -> RootParameterType
fn clone(&self) -> RootParameterType
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 RootParameterType
impl Debug for RootParameterType
Source§impl PartialEq for RootParameterType
impl PartialEq for RootParameterType
impl Copy for RootParameterType
impl StructuralPartialEq for RootParameterType
Auto Trait Implementations§
impl Freeze for RootParameterType
impl RefUnwindSafe for RootParameterType
impl Send for RootParameterType
impl Sync for RootParameterType
impl Unpin for RootParameterType
impl UnwindSafe for RootParameterType
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