pub struct ComponentDelta {
pub type_id: u16,
pub kind: DeltaKind,
pub new_version: u32,
}Expand description
Delta for a single component.
Fields§
§type_id: u16§kind: DeltaKind§new_version: u32Implementations§
Trait Implementations§
Source§impl Clone for ComponentDelta
impl Clone for ComponentDelta
Source§fn clone(&self) -> ComponentDelta
fn clone(&self) -> ComponentDelta
Returns a duplicate of the value. Read more
1.0.0 · 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 ComponentDelta
impl RefUnwindSafe for ComponentDelta
impl Send for ComponentDelta
impl Sync for ComponentDelta
impl Unpin for ComponentDelta
impl UnsafeUnpin for ComponentDelta
impl UnwindSafe for ComponentDelta
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