#[repr(transparent)]pub struct UART_DATA_LENGTH(pub c_uint);Expand description
UART データ長 (7 or 8)
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl BitAnd for UART_DATA_LENGTH
impl BitAnd for UART_DATA_LENGTH
Source§impl BitAndAssign for UART_DATA_LENGTH
impl BitAndAssign for UART_DATA_LENGTH
Source§fn bitand_assign(&mut self, rhs: UART_DATA_LENGTH)
fn bitand_assign(&mut self, rhs: UART_DATA_LENGTH)
Performs the
&= operation. Read moreSource§impl BitOr for UART_DATA_LENGTH
impl BitOr for UART_DATA_LENGTH
Source§impl BitOrAssign for UART_DATA_LENGTH
impl BitOrAssign for UART_DATA_LENGTH
Source§fn bitor_assign(&mut self, rhs: UART_DATA_LENGTH)
fn bitor_assign(&mut self, rhs: UART_DATA_LENGTH)
Performs the
|= operation. Read moreSource§impl Clone for UART_DATA_LENGTH
impl Clone for UART_DATA_LENGTH
Source§fn clone(&self) -> UART_DATA_LENGTH
fn clone(&self) -> UART_DATA_LENGTH
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_DATA_LENGTH
impl Debug for UART_DATA_LENGTH
Source§impl Hash for UART_DATA_LENGTH
impl Hash for UART_DATA_LENGTH
Source§impl PartialEq for UART_DATA_LENGTH
impl PartialEq for UART_DATA_LENGTH
impl Copy for UART_DATA_LENGTH
impl Eq for UART_DATA_LENGTH
impl StructuralPartialEq for UART_DATA_LENGTH
Auto Trait Implementations§
impl Freeze for UART_DATA_LENGTH
impl RefUnwindSafe for UART_DATA_LENGTH
impl Send for UART_DATA_LENGTH
impl Sync for UART_DATA_LENGTH
impl Unpin for UART_DATA_LENGTH
impl UnwindSafe for UART_DATA_LENGTH
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