#[repr(transparent)]pub struct SerialHandshake(pub i32);
Expand description
Required features: ‘Devices_SerialCommunication’
Tuple Fields
0: i32
Implementations
impl SerialHandshake
impl SerialHandshake
pub const None: Self
pub const RequestToSend: Self
pub const XOnXOff: Self
pub const RequestToSendXOnXOff: Self
Trait Implementations
impl Clone for SerialHandshake
impl Clone for SerialHandshake
impl Copy for SerialHandshake
Auto Trait Implementations
impl RefUnwindSafe for SerialHandshake
impl Send for SerialHandshake
impl Sync for SerialHandshake
impl Unpin for SerialHandshake
impl UnwindSafe for SerialHandshake
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more