#[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 = Self(0i32)
pub const RequestToSend: Self = Self(1i32)
pub const XOnXOff: Self = Self(2i32)
pub const RequestToSendXOnXOff: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more