pub struct _CPHAW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _CPHAW<'a>
impl<'a> _CPHAW<'a>
Sourcepub fn first_edge(self) -> &'a mut W
pub fn first_edge(self) -> &'a mut W
The first clock transition is the first data capture edge
Sourcepub fn second_edge(self) -> &'a mut W
pub fn second_edge(self) -> &'a mut W
The second clock transition is the first data capture edge
Auto Trait Implementations§
impl<'a> Freeze for _CPHAW<'a>
impl<'a> RefUnwindSafe for _CPHAW<'a>
impl<'a> Send for _CPHAW<'a>
impl<'a> Sync for _CPHAW<'a>
impl<'a> Unpin for _CPHAW<'a>
impl<'a> !UnwindSafe for _CPHAW<'a>
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