pub struct GotoFrame {
pub frame: u16,
}Fields§
§frame: u16Trait Implementations§
impl Eq for GotoFrame
impl StructuralPartialEq for GotoFrame
Auto Trait Implementations§
impl Freeze for GotoFrame
impl RefUnwindSafe for GotoFrame
impl Send for GotoFrame
impl Sync for GotoFrame
impl Unpin for GotoFrame
impl UnwindSafe for GotoFrame
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