#[repr(C)]pub struct spa_log_topic_enum {
pub version: u32,
pub topics: *const *mut spa_log_topic,
pub topics_end: *const *mut spa_log_topic,
}
Expand description
Enumeration of log topics in a plugin
\since 1.1.0
Fields§
§version: u32
§topics: *const *mut spa_log_topic
Array of pointers to log topics
topics_end: *const *mut spa_log_topic
End of topics array
Trait Implementations§
Source§impl Clone for spa_log_topic_enum
impl Clone for spa_log_topic_enum
Source§fn clone(&self) -> spa_log_topic_enum
fn clone(&self) -> spa_log_topic_enum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for spa_log_topic_enum
impl Debug for spa_log_topic_enum
Source§impl PartialEq for spa_log_topic_enum
impl PartialEq for spa_log_topic_enum
impl Copy for spa_log_topic_enum
impl Eq for spa_log_topic_enum
impl StructuralPartialEq for spa_log_topic_enum
Auto Trait Implementations§
impl Freeze for spa_log_topic_enum
impl RefUnwindSafe for spa_log_topic_enum
impl !Send for spa_log_topic_enum
impl !Sync for spa_log_topic_enum
impl Unpin for spa_log_topic_enum
impl UnwindSafe for spa_log_topic_enum
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