pub struct PwmChip {
pub number: u32,
}
Fields§
§number: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PwmChip
impl RefUnwindSafe for PwmChip
impl Send for PwmChip
impl Sync for PwmChip
impl Unpin for PwmChip
impl UnwindSafe for PwmChip
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