#[repr(transparent)]pub struct UART_STOP_BIT(pub c_uint);Expand description
UART ストップビット
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl BitAnd for UART_STOP_BIT
impl BitAnd for UART_STOP_BIT
Source§impl BitAndAssign for UART_STOP_BIT
impl BitAndAssign for UART_STOP_BIT
Source§fn bitand_assign(&mut self, rhs: UART_STOP_BIT)
fn bitand_assign(&mut self, rhs: UART_STOP_BIT)
Performs the
&= operation. Read moreSource§impl BitOr for UART_STOP_BIT
impl BitOr for UART_STOP_BIT
Source§impl BitOrAssign for UART_STOP_BIT
impl BitOrAssign for UART_STOP_BIT
Source§fn bitor_assign(&mut self, rhs: UART_STOP_BIT)
fn bitor_assign(&mut self, rhs: UART_STOP_BIT)
Performs the
|= operation. Read moreSource§impl Clone for UART_STOP_BIT
impl Clone for UART_STOP_BIT
Source§fn clone(&self) -> UART_STOP_BIT
fn clone(&self) -> UART_STOP_BIT
Returns a duplicate 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 moreSource§impl Debug for UART_STOP_BIT
impl Debug for UART_STOP_BIT
Source§impl Hash for UART_STOP_BIT
impl Hash for UART_STOP_BIT
Source§impl PartialEq for UART_STOP_BIT
impl PartialEq for UART_STOP_BIT
impl Copy for UART_STOP_BIT
impl Eq for UART_STOP_BIT
impl StructuralPartialEq for UART_STOP_BIT
Auto Trait Implementations§
impl Freeze for UART_STOP_BIT
impl RefUnwindSafe for UART_STOP_BIT
impl Send for UART_STOP_BIT
impl Sync for UART_STOP_BIT
impl Unpin for UART_STOP_BIT
impl UnwindSafe for UART_STOP_BIT
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