We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09087bd commit ec46541Copy full SHA for ec46541
pulse-binding/src/def.rs
@@ -299,6 +299,7 @@ impl AsRef<capi::pa_spawn_api> for SpawnApi {
299
300
bitflags! {
301
/// Set of sink flags.
302
+ #[derive(Debug)]
303
#[repr(transparent)]
304
pub struct SinkFlagSet: u32 {
305
/// Flag to pass when no specific options are needed.
@@ -453,6 +454,7 @@ impl SinkState {
453
454
455
456
/// Set of source flags.
457
458
459
pub struct SourceFlagSet: u32 {
460
pulse-binding/src/direction.rs
@@ -19,6 +19,7 @@ use bitflags::bitflags;
19
20
21
/// Flag set.
22
23
24
pub struct FlagSet: i32 {
25
/// Output flag.
0 commit comments