pub struct _SYSTICKACTW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _SYSTICKACTW<'a>
impl<'a> _SYSTICKACTW<'a>
Sourcepub fn variant(self, variant: SYSTICKACTW) -> &'a mut W
pub fn variant(self, variant: SYSTICKACTW) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations§
impl<'a> Freeze for _SYSTICKACTW<'a>
impl<'a> RefUnwindSafe for _SYSTICKACTW<'a>
impl<'a> Send for _SYSTICKACTW<'a>
impl<'a> Sync for _SYSTICKACTW<'a>
impl<'a> Unpin for _SYSTICKACTW<'a>
impl<'a> !UnwindSafe for _SYSTICKACTW<'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