pub struct PioUpdateChange(/* private fields */);Expand description
Owner-rooted view of one changed component field.
Auto Trait Implementations§
impl Freeze for PioUpdateChange
impl RefUnwindSafe for PioUpdateChange
impl Send for PioUpdateChange
impl Sync for PioUpdateChange
impl Unpin for PioUpdateChange
impl UnsafeUnpin for PioUpdateChange
impl UnwindSafe for PioUpdateChange
Blanket Implementations§
impl<T> Allocation for T
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