pub struct OpPinDeleteNotif;Available on crate feature
dpll only.Expand description
Notify attributes:
.get_id().get_module_name().get_clock_id().get_board_label().get_panel_label().get_package_label().get_type().get_frequency().get_frequency_supported().get_capabilities().get_parent_device().get_parent_pin().get_phase_adjust_gran().get_phase_adjust_min().get_phase_adjust_max().get_phase_adjust().get_fractional_frequency_offset().get_fractional_frequency_offset_ppt().get_esync_frequency().get_esync_frequency_supported().get_esync_pulse().get_reference_sync().get_measured_frequency()
Implementations§
Source§impl OpPinDeleteNotif
impl OpPinDeleteNotif
pub const CMD: u8 = 11u8
pub fn decode_notif<'a>(buf: &'a [u8]) -> IterablePin<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpPinDeleteNotif
impl RefUnwindSafe for OpPinDeleteNotif
impl Send for OpPinDeleteNotif
impl Sync for OpPinDeleteNotif
impl Unpin for OpPinDeleteNotif
impl UnsafeUnpin for OpPinDeleteNotif
impl UnwindSafe for OpPinDeleteNotif
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