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