#[repr(C)]pub enum VSSampleType {
Integer = 0,
Float = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VSSampleType
impl Clone for VSSampleType
Source§fn clone(&self) -> VSSampleType
fn clone(&self) -> VSSampleType
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 VSSampleType
impl Debug for VSSampleType
Source§impl Hash for VSSampleType
impl Hash for VSSampleType
Source§impl Ord for VSSampleType
impl Ord for VSSampleType
Source§fn cmp(&self, other: &VSSampleType) -> Ordering
fn cmp(&self, other: &VSSampleType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VSSampleType
impl PartialEq for VSSampleType
Source§impl PartialOrd for VSSampleType
impl PartialOrd 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