Struct makepad_draw::shader::std::NextFrame
source · pub struct NextFrame(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
source§impl PartialEq<NextFrame> for NextFrame
impl PartialEq<NextFrame> for NextFrame
impl Copy for NextFrame
impl Eq for NextFrame
impl StructuralEq for NextFrame
impl StructuralPartialEq for NextFrame
Auto Trait Implementations§
impl RefUnwindSafe for NextFrame
impl Send for NextFrame
impl Sync for NextFrame
impl Unpin for NextFrame
impl UnwindSafe for NextFrame
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