Struct libspa_sys::spa_log
source · #[repr(C)]pub struct spa_log {
pub iface: spa_interface,
pub level: spa_log_level,
}
Fields§
§iface: spa_interface
§level: spa_log_level
Logging level, everything above this level is not logged
Trait Implementations§
source§impl PartialEq for spa_log
impl PartialEq for spa_log
impl Copy for spa_log
impl Eq for spa_log
impl StructuralPartialEq for spa_log
Auto Trait Implementations§
impl RefUnwindSafe for spa_log
impl !Send for spa_log
impl !Sync for spa_log
impl Unpin for spa_log
impl UnwindSafe for spa_log
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