#[repr(C)]pub struct ValkeyModuleLoadingProgressInfo {
pub version: u64,
pub hz: i32,
pub progress: i32,
}Fields§
§version: u64§hz: i32§progress: i32Trait Implementations§
Source§impl Clone for ValkeyModuleLoadingProgressInfo
impl Clone for ValkeyModuleLoadingProgressInfo
Source§fn clone(&self) -> ValkeyModuleLoadingProgressInfo
fn clone(&self) -> ValkeyModuleLoadingProgressInfo
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 moreimpl Copy for ValkeyModuleLoadingProgressInfo
Auto Trait Implementations§
impl Freeze for ValkeyModuleLoadingProgressInfo
impl RefUnwindSafe for ValkeyModuleLoadingProgressInfo
impl Send for ValkeyModuleLoadingProgressInfo
impl Sync for ValkeyModuleLoadingProgressInfo
impl Unpin for ValkeyModuleLoadingProgressInfo
impl UnwindSafe for ValkeyModuleLoadingProgressInfo
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