#[repr(C)]pub struct GPIO_PWM {
pub PWM_0: [u32; 4],
pub PWM_1: [u32; 4],
pub PWM_2: [u32; 4],
pub PWM_3: [u32; 4],
}Fields§
§PWM_0: [u32; 4]§PWM_1: [u32; 4]§PWM_2: [u32; 4]§PWM_3: [u32; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPIO_PWM
impl RefUnwindSafe for GPIO_PWM
impl Send for GPIO_PWM
impl Sync for GPIO_PWM
impl Unpin for GPIO_PWM
impl UnwindSafe for GPIO_PWM
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