Enum pipewire_wrapper::spa::pod::control::ControlType
source · #[repr(u32)]pub enum ControlType<'a> {
INVALID,
PROPERTIES(PodIterator<'a, PodPropRef<'a, ObjectPropType<'a>>>),
MIDI(&'a PodBytesRef),
OSC(&'a PodBytesRef),
}
Variants§
INVALID
PROPERTIES(PodIterator<'a, PodPropRef<'a, ObjectPropType<'a>>>)
MIDI(&'a PodBytesRef)
OSC(&'a PodBytesRef)
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ControlType<'a>
impl<'a> !Send for ControlType<'a>
impl<'a> !Sync for ControlType<'a>
impl<'a> Unpin for ControlType<'a>
impl<'a> UnwindSafe for ControlType<'a>
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