#[repr(C)]pub struct FrameReadyParams {
pub present: bool,
pub render: bool,
pub scrolled: bool,
}
Fields§
§present: bool
§render: bool
§scrolled: bool
Auto Trait Implementations§
impl Freeze for FrameReadyParams
impl RefUnwindSafe for FrameReadyParams
impl Send for FrameReadyParams
impl Sync for FrameReadyParams
impl Unpin for FrameReadyParams
impl UnwindSafe for FrameReadyParams
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