Struct stm32wlxx_hal::spi::SgSck
source · pub struct SgSck { /* private fields */ }
Expand description
Typestate for the internal Sub-GHz SCK.
Trait Implementations§
source§impl PartialEq for SgSck
impl PartialEq for SgSck
impl Copy for SgSck
impl Eq for SgSck
impl StructuralEq for SgSck
impl StructuralPartialEq for SgSck
Auto Trait Implementations§
impl RefUnwindSafe for SgSck
impl Send for SgSck
impl Sync for SgSck
impl Unpin for SgSck
impl UnwindSafe for SgSck
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