Struct windows::Devices::SerialCommunication::SerialHandshake
#[repr(transparent)]pub struct SerialHandshake(pub i32);
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
§fn clone(&self) -> SerialHandshake
fn clone(&self) -> SerialHandshake
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 more§impl Debug for SerialHandshake
impl Debug for SerialHandshake
§impl Default for SerialHandshake
impl Default for SerialHandshake
§fn default() -> SerialHandshake
fn default() -> SerialHandshake
Returns the “default value” for a type. Read more
§impl PartialEq for SerialHandshake
impl PartialEq for SerialHandshake
§fn eq(&self, other: &SerialHandshake) -> bool
fn eq(&self, other: &SerialHandshake) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SerialHandshake
impl Eq for SerialHandshake
impl StructuralPartialEq for SerialHandshake
Auto Trait Implementations§
impl Freeze for SerialHandshake
impl RefUnwindSafe for SerialHandshake
impl Send for SerialHandshake
impl Sync for SerialHandshake
impl Unpin for SerialHandshake
impl UnwindSafe for SerialHandshake
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)