struct Common {
handle: Arc<Handle>,
buf_type: Type,
_io: Hardware,
}
Fields§
§handle: Arc<Handle>
§buf_type: Type
§_io: Hardware
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Common
impl RefUnwindSafe for Common
impl Send for Common
impl Sync for Common
impl Unpin for Common
impl UnwindSafe for Common
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