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§
impl Copy for SpaTypes
impl Eq for SpaTypes
impl StructuralPartialEq for SpaTypes
Auto Trait Implementations§
impl Freeze for SpaTypes
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