#[repr(transparent)]pub struct PARITY_SETTINGS(pub c_uint);Expand description
UART 用のパリティ設定
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl BitAnd for PARITY_SETTINGS
impl BitAnd for PARITY_SETTINGS
Source§impl BitAndAssign for PARITY_SETTINGS
impl BitAndAssign for PARITY_SETTINGS
Source§fn bitand_assign(&mut self, rhs: PARITY_SETTINGS)
fn bitand_assign(&mut self, rhs: PARITY_SETTINGS)
Performs the
&= operation. Read moreSource§impl BitOr for PARITY_SETTINGS
impl BitOr for PARITY_SETTINGS
Source§impl BitOrAssign for PARITY_SETTINGS
impl BitOrAssign for PARITY_SETTINGS
Source§fn bitor_assign(&mut self, rhs: PARITY_SETTINGS)
fn bitor_assign(&mut self, rhs: PARITY_SETTINGS)
Performs the
|= operation. Read moreSource§impl Clone for PARITY_SETTINGS
impl Clone for PARITY_SETTINGS
Source§fn clone(&self) -> PARITY_SETTINGS
fn clone(&self) -> PARITY_SETTINGS
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 PARITY_SETTINGS
impl Debug for PARITY_SETTINGS
Source§impl Hash for PARITY_SETTINGS
impl Hash for PARITY_SETTINGS
Source§impl PartialEq for PARITY_SETTINGS
impl PartialEq for PARITY_SETTINGS
impl Copy for PARITY_SETTINGS
impl Eq for PARITY_SETTINGS
impl StructuralPartialEq for PARITY_SETTINGS
Auto Trait Implementations§
impl Freeze for PARITY_SETTINGS
impl RefUnwindSafe for PARITY_SETTINGS
impl Send for PARITY_SETTINGS
impl Sync for PARITY_SETTINGS
impl Unpin for PARITY_SETTINGS
impl UnwindSafe for PARITY_SETTINGS
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