pub struct SpaTypes(pub c_uint);
Tuple Fields§
§0: c_uint
Implementations§
source§impl SpaTypes
impl SpaTypes
pub const None: Self = _
pub const Bool: Self = _
pub const Id: Self = _
pub const Int: Self = _
pub const Long: Self = _
pub const Float: Self = _
pub const Double: Self = _
pub const String: Self = _
pub const Bytes: Self = _
pub const Rectangle: Self = _
pub const Fraction: Self = _
pub const Bitmap: Self = _
pub const Array: Self = _
pub const Struct: Self = _
pub const Object: Self = _
pub const Sequence: Self = _
pub const Pointer: Self = _
pub const Fd: Self = _
pub const Choice: Self = _
pub const Pod: Self = _
pub const PointerBuffer: Self = _
pub const PointerMeta: Self = _
pub const PointerDict: Self = _
pub const EventDevice: Self = _
pub const EventNode: Self = _
pub const CommandDevice: Self = _
pub const CommandNode: Self = _
pub const ObjectParamPropInfo: Self = _
pub const ObjectParamProps: Self = _
pub const ObjectParamFormat: Self = _
pub const ObjectParamBuffers: Self = _
pub const ObjectParamMeta: Self = _
pub const ObjectParamIO: Self = _
pub const ObjectParamProfile: Self = _
pub const ObjectParamPortConfig: Self = _
pub const ObjectParamRoute: Self = _
pub const ObjectProfiler: Self = _
pub const ObjectParamLatency: Self = _
pub const ObjectParamProcessLatency: Self = _
pub const VendorPipeWire: Self = _
pub const VendorOther: Self = _
Trait Implementations§
source§impl PartialEq for SpaTypes
impl PartialEq for SpaTypes
impl Copy for SpaTypes
impl Eq for SpaTypes
impl StructuralPartialEq for SpaTypes
Auto Trait Implementations§
impl RefUnwindSafe for SpaTypes
impl Send for SpaTypes
impl Sync for SpaTypes
impl Unpin for SpaTypes
impl UnwindSafe for SpaTypes
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