#[repr(C)]pub struct LED_HandleTypeDef {
pub Instance: *mut LED_TypeDef,
pub Init: LED_InitTypeDef,
pub Lock: HAL_LockTypeDef,
pub State: HAL_LED_StateTypeDef,
}
Fields§
§Instance: *mut LED_TypeDef
§Init: LED_InitTypeDef
§Lock: HAL_LockTypeDef
§State: HAL_LED_StateTypeDef
Trait Implementations§
Source§impl Clone for LED_HandleTypeDef
impl Clone for LED_HandleTypeDef
Source§fn clone(&self) -> LED_HandleTypeDef
fn clone(&self) -> LED_HandleTypeDef
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 LED_HandleTypeDef
impl Debug for LED_HandleTypeDef
impl Copy for LED_HandleTypeDef
Auto Trait Implementations§
impl Freeze for LED_HandleTypeDef
impl RefUnwindSafe for LED_HandleTypeDef
impl !Send for LED_HandleTypeDef
impl !Sync for LED_HandleTypeDef
impl Unpin for LED_HandleTypeDef
impl UnwindSafe for LED_HandleTypeDef
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