pub struct Ssrc(/* private fields */);Expand description
An crate::Ssrc builder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ssrc
impl RefUnwindSafe for Ssrc
impl Send for Ssrc
impl Sync for Ssrc
impl Unpin for Ssrc
impl UnsafeUnpin for Ssrc
impl UnwindSafe for Ssrc
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