Struct pipewire_wrapper::core_api::client::info::ClientInfo
source · pub struct ClientInfo { /* private fields */ }
Implementations§
source§impl ClientInfo
impl ClientInfo
pub fn from_ref(ref_: &ClientInfoRef) -> Self
pub fn id(&self) -> u32
pub fn change_mask(&self) -> ChangeMask
pub fn props(&self) -> &HashMap<CString, CString>
Trait Implementations§
source§impl Clone for ClientInfo
impl Clone for ClientInfo
source§fn clone(&self) -> ClientInfo
fn clone(&self) -> ClientInfo
Returns a copy 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 ClientInfo
impl Debug for ClientInfo
source§impl From<&ClientInfoRef> for ClientInfo
impl From<&ClientInfoRef> for ClientInfo
source§fn from(value: &ClientInfoRef) -> Self
fn from(value: &ClientInfoRef) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ClientInfo
impl Send for ClientInfo
impl Sync for ClientInfo
impl Unpin for ClientInfo
impl UnwindSafe for ClientInfo
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