#[repr(C)]pub struct CRC_HandleTypeDef {
pub Instance: *mut CRC_TypeDef,
pub Lock: HAL_LockTypeDef,
pub State: HAL_CRC_StateTypeDef,
}Expand description
@brief CRC Handle Structure definition
Fields§
§Instance: *mut CRC_TypeDef< Register base address
Lock: HAL_LockTypeDef< CRC Locking object
State: HAL_CRC_StateTypeDef< CRC communication state
Trait Implementations§
Source§impl Clone for CRC_HandleTypeDef
impl Clone for CRC_HandleTypeDef
Source§fn clone(&self) -> CRC_HandleTypeDef
fn clone(&self) -> CRC_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 CRC_HandleTypeDef
impl Debug for CRC_HandleTypeDef
impl Copy for CRC_HandleTypeDef
Auto Trait Implementations§
impl Freeze for CRC_HandleTypeDef
impl RefUnwindSafe for CRC_HandleTypeDef
impl !Send for CRC_HandleTypeDef
impl !Sync for CRC_HandleTypeDef
impl Unpin for CRC_HandleTypeDef
impl UnwindSafe for CRC_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