pub struct PHBPOL_W<'a> { /* private fields */ }Expand description
Write proxy for field PHBPOL
Implementations§
Source§impl<'a> PHBPOL_W<'a>
impl<'a> PHBPOL_W<'a>
Sourcepub fn _0(self) -> &'a mut W
pub fn _0(self) -> &'a mut W
Normal polarity. Phase B input signal is not inverted before identifying the rising and falling edges of this signal.
Auto Trait Implementations§
impl<'a> Freeze for PHBPOL_W<'a>
impl<'a> !RefUnwindSafe for PHBPOL_W<'a>
impl<'a> Send for PHBPOL_W<'a>
impl<'a> !Sync for PHBPOL_W<'a>
impl<'a> Unpin for PHBPOL_W<'a>
impl<'a> UnsafeUnpin for PHBPOL_W<'a>
impl<'a> !UnwindSafe for PHBPOL_W<'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