pub struct ClockNodeViewMut<'a> { /* private fields */ }Expand description
Mutable view for clock provider nodes.
Methods from Deref<Target = NodeGenericMut<'a>>§
Trait Implementations§
Source§impl<'a> Deref for ClockNodeViewMut<'a>
impl<'a> Deref for ClockNodeViewMut<'a>
Source§impl<'a> From<ClockNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> From<ClockNodeViewMut<'a>> for NodeTypeMut<'a>
Source§fn from(v: ClockNodeViewMut<'a>) -> NodeTypeMut<'a>
fn from(v: ClockNodeViewMut<'a>) -> NodeTypeMut<'a>
Converts to this type from the input type.
Source§impl<'a> TryInto<ClockNodeViewMut<'a>> for NodeTypeMut<'a>
impl<'a> TryInto<ClockNodeViewMut<'a>> for NodeTypeMut<'a>
Auto Trait Implementations§
impl<'a> Freeze for ClockNodeViewMut<'a>
impl<'a> RefUnwindSafe for ClockNodeViewMut<'a>
impl<'a> Send for ClockNodeViewMut<'a>
impl<'a> !Sync for ClockNodeViewMut<'a>
impl<'a> Unpin for ClockNodeViewMut<'a>
impl<'a> UnsafeUnpin for ClockNodeViewMut<'a>
impl<'a> UnwindSafe for ClockNodeViewMut<'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