Struct Dlyb
pub struct Dlyb { /* private fields */ }Expand description
Delay Block for specified pheripheral
Implementations§
Trait Implementations§
impl Copy for Dlyb
impl Eq for Dlyb
impl Send for Dlyb
impl StructuralPartialEq for Dlyb
impl Sync for Dlyb
Auto Trait Implementations§
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