pub struct BinaryDevice { /* private fields */ }
Implementations§
Source§impl BinaryDevice
impl BinaryDevice
pub fn subscribe_state(&self) -> EventualReader<DeviceState>
Trait Implementations§
Source§impl Clone for BinaryDevice
impl Clone for BinaryDevice
Source§fn clone(&self) -> BinaryDevice
fn clone(&self) -> BinaryDevice
Returns a duplicate 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 EnetDevice for BinaryDevice
impl EnetDevice for BinaryDevice
Auto Trait Implementations§
impl Freeze for BinaryDevice
impl !RefUnwindSafe for BinaryDevice
impl Send for BinaryDevice
impl Sync for BinaryDevice
impl Unpin for BinaryDevice
impl !UnwindSafe for BinaryDevice
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