#[repr(transparent)]pub struct SPI_MODE(pub c_uint);Expand description
SPI動作モードの設定
Note: 型はuint8_tを想定
Tuple Fields§
§0: c_uintTrait Implementations§
Source§impl BitAndAssign for SPI_MODE
impl BitAndAssign for SPI_MODE
Source§fn bitand_assign(&mut self, rhs: SPI_MODE)
fn bitand_assign(&mut self, rhs: SPI_MODE)
Performs the
&= operation. Read moreSource§impl BitOrAssign for SPI_MODE
impl BitOrAssign for SPI_MODE
Source§fn bitor_assign(&mut self, rhs: SPI_MODE)
fn bitor_assign(&mut self, rhs: SPI_MODE)
Performs the
|= operation. Read moreimpl Copy for SPI_MODE
impl Eq for SPI_MODE
impl StructuralPartialEq for SPI_MODE
Auto Trait Implementations§
impl Freeze for SPI_MODE
impl RefUnwindSafe for SPI_MODE
impl Send for SPI_MODE
impl Sync for SPI_MODE
impl Unpin for SPI_MODE
impl UnwindSafe for SPI_MODE
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