pub struct FNR { /* private fields */ }
Expand description
frame number register
Implementations§
Auto Trait Implementations§
impl !Freeze for FNR
impl !RefUnwindSafe for FNR
impl Send for FNR
impl !Sync for FNR
impl Unpin for FNR
impl UnwindSafe for FNR
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