#[repr(C)]pub struct LPTIM_HandleTypeDef {
pub Instance: *mut LPTIM_TypeDef,
pub Init: LPTIM_InitTypeDef,
pub Lock: HAL_LockTypeDef,
pub State: HAL_LPTIM_StateTypeDef,
}Fields§
§Instance: *mut LPTIM_TypeDef< Register base address
Init: LPTIM_InitTypeDef< LPTIM required parameters
Lock: HAL_LockTypeDef< LPTIM locking object
State: HAL_LPTIM_StateTypeDef< LPTIM peripheral state
Trait Implementations§
Source§impl Clone for LPTIM_HandleTypeDef
impl Clone for LPTIM_HandleTypeDef
Source§fn clone(&self) -> LPTIM_HandleTypeDef
fn clone(&self) -> LPTIM_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 LPTIM_HandleTypeDef
impl Debug for LPTIM_HandleTypeDef
impl Copy for LPTIM_HandleTypeDef
Auto Trait Implementations§
impl Freeze for LPTIM_HandleTypeDef
impl RefUnwindSafe for LPTIM_HandleTypeDef
impl !Send for LPTIM_HandleTypeDef
impl !Sync for LPTIM_HandleTypeDef
impl Unpin for LPTIM_HandleTypeDef
impl UnwindSafe for LPTIM_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