Enum pipewire_wrapper::spa::pod::choice::ChoiceValueType
source · #[repr(u32)]pub enum ChoiceValueType {
BOOL(ChoiceStructType<PodBoolRef>),
ID(ChoiceStructType<PodIdRef>),
INT(ChoiceStructType<PodIntRef>),
LONG(ChoiceStructType<PodLongRef>),
FLOAT(ChoiceStructType<PodFloatRef>),
DOUBLE(ChoiceStructType<PodDoubleRef>),
RECTANGLE(ChoiceStructType<PodRectangleRef>),
FRACTION(ChoiceStructType<PodFractionRef>),
}
Variants§
BOOL(ChoiceStructType<PodBoolRef>)
ID(ChoiceStructType<PodIdRef>)
INT(ChoiceStructType<PodIntRef>)
LONG(ChoiceStructType<PodLongRef>)
FLOAT(ChoiceStructType<PodFloatRef>)
DOUBLE(ChoiceStructType<PodDoubleRef>)
RECTANGLE(ChoiceStructType<PodRectangleRef>)
FRACTION(ChoiceStructType<PodFractionRef>)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ChoiceValueType
impl Send for ChoiceValueType
impl Sync for ChoiceValueType
impl Unpin for ChoiceValueType
impl UnwindSafe for ChoiceValueType
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