Struct libcras::CrasStreamSourceGenerator
source · pub struct CrasStreamSourceGenerator {}
Implementations§
source§impl CrasStreamSourceGenerator
impl CrasStreamSourceGenerator
pub fn new( _capture: bool, _client_type: CrasClientType, _socket_type: CrasSocketType ) -> Self
pub fn with_stream_type( _capture: bool, _client_type: CrasClientType, _socket_type: CrasSocketType, _stream_type: CrasStreamType ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CrasStreamSourceGenerator
impl Send for CrasStreamSourceGenerator
impl Sync for CrasStreamSourceGenerator
impl Unpin for CrasStreamSourceGenerator
impl UnwindSafe for CrasStreamSourceGenerator
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