pub struct Pl011Reciever { /* private fields */ }Trait Implementations§
Source§impl From<Pl011Reciever> for Reciever
impl From<Pl011Reciever> for Reciever
Source§fn from(v: Pl011Reciever) -> Reciever
fn from(v: Pl011Reciever) -> Reciever
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Pl011Reciever
impl !RefUnwindSafe for Pl011Reciever
impl Send for Pl011Reciever
impl !Sync for Pl011Reciever
impl Unpin for Pl011Reciever
impl !UnwindSafe for Pl011Reciever
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