#[repr(u32)]pub enum VSSampleType {
stInteger = 0,
stFloat = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VSSampleType
impl Clone for VSSampleType
Source§fn clone(&self) -> VSSampleType
fn clone(&self) -> VSSampleType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSSampleType
impl Debug for VSSampleType
Source§impl Hash for VSSampleType
impl Hash for VSSampleType
Source§impl PartialEq for VSSampleType
impl PartialEq for VSSampleType
impl Copy for VSSampleType
impl Eq for VSSampleType
impl StructuralPartialEq for VSSampleType
Auto Trait Implementations§
impl Freeze for VSSampleType
impl RefUnwindSafe for VSSampleType
impl Send for VSSampleType
impl Sync for VSSampleType
impl Unpin for VSSampleType
impl UnwindSafe for VSSampleType
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