pub struct PrimaryControlHandle { /* private fields */ }
Implementations§
source§impl PrimaryControlHandle
impl PrimaryControlHandle
pub fn send_on_notify_messages_consumed(&self, count: u64) -> Result<(), Error>
pub fn send_on_notify_memory_imported(&self, bytes: u64) -> Result<(), Error>
Trait Implementations§
source§impl Clone for PrimaryControlHandle
impl Clone for PrimaryControlHandle
source§fn clone(&self) -> PrimaryControlHandle
fn clone(&self) -> PrimaryControlHandle
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 more