#[repr(C)]pub struct IWDG_HandleTypeDef {
pub Instance: *mut IWDG_TypeDef,
pub Init: IWDG_InitTypeDef,
}Expand description
@brief IWDG Handle Structure definition
Fields§
§Instance: *mut IWDG_TypeDef< Register base address
Init: IWDG_InitTypeDef< IWDG required parameters
Trait Implementations§
Source§impl Clone for IWDG_HandleTypeDef
impl Clone for IWDG_HandleTypeDef
Source§fn clone(&self) -> IWDG_HandleTypeDef
fn clone(&self) -> IWDG_HandleTypeDef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for IWDG_HandleTypeDef
Auto Trait Implementations§
impl !Send for IWDG_HandleTypeDef
impl !Sync for IWDG_HandleTypeDef
impl Freeze for IWDG_HandleTypeDef
impl RefUnwindSafe for IWDG_HandleTypeDef
impl Unpin for IWDG_HandleTypeDef
impl UnsafeUnpin for IWDG_HandleTypeDef
impl UnwindSafe for IWDG_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