pub struct SourceControlHandle { /* private fields */ }
Implementations§
source§impl SourceControlHandle
impl SourceControlHandle
pub fn send_on_buffer_init(&self, latest: Vmo) -> Result<(), Error>
pub fn send_on_buffer_done(&self, buffer: u64) -> Result<(), Error>
Trait Implementations§
source§impl Clone for SourceControlHandle
impl Clone for SourceControlHandle
source§fn clone(&self) -> SourceControlHandle
fn clone(&self) -> SourceControlHandle
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 ControlHandle for SourceControlHandle
impl ControlHandle for SourceControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for SourceControlHandle
impl Send for SourceControlHandle
impl Sync for SourceControlHandle
impl Unpin for SourceControlHandle
impl !UnwindSafe for SourceControlHandle
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