pub struct FrameMsg {
pub id: u64,
/* private fields */
}Expand description
Message indicating that an animation frame should occur.
Fields§
§id: u64The progress bar ID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameMsg
impl RefUnwindSafe for FrameMsg
impl Send for FrameMsg
impl Sync for FrameMsg
impl Unpin for FrameMsg
impl UnwindSafe for FrameMsg
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