pub struct DriverUart {
pub desc: DriverDescriptor,
pub spec: DriverArc<BoxDriver>,
}
Fields§
§desc: DriverDescriptor
§spec: DriverArc<BoxDriver>
Trait Implementations§
Source§impl Clone for DriverUart
impl Clone for DriverUart
Source§fn clone(&self) -> DriverUart
fn clone(&self) -> DriverUart
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 moreAuto Trait Implementations§
impl Freeze for DriverUart
impl !RefUnwindSafe for DriverUart
impl Send for DriverUart
impl Sync for DriverUart
impl Unpin for DriverUart
impl !UnwindSafe for DriverUart
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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