pub struct FrameChange {
pub kind: ChangeKind,
pub frame: Frame,
}Expand description
The server stages one uniform _op per frame, so a change carries exactly one kind;
the _op column is already stripped from frame.
Fields§
§kind: ChangeKind§frame: FrameTrait Implementations§
Source§impl Clone for FrameChange
impl Clone for FrameChange
Source§fn clone(&self) -> FrameChange
fn clone(&self) -> FrameChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FrameChange
impl RefUnwindSafe for FrameChange
impl Send for FrameChange
impl Sync for FrameChange
impl Unpin for FrameChange
impl UnsafeUnpin for FrameChange
impl UnwindSafe for FrameChange
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