#[repr(C)]pub struct RedisModuleConfigChange {
pub version: u64,
pub num_changes: u32,
pub config_names: *mut *const c_char,
}
Fields§
§version: u64
§num_changes: u32
§config_names: *mut *const c_char
Trait Implementations§
Source§impl Clone for RedisModuleConfigChange
impl Clone for RedisModuleConfigChange
Source§fn clone(&self) -> RedisModuleConfigChange
fn clone(&self) -> RedisModuleConfigChange
Returns a copy 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 moreSource§impl Debug for RedisModuleConfigChange
impl Debug for RedisModuleConfigChange
impl Copy for RedisModuleConfigChange
Auto Trait Implementations§
impl Freeze for RedisModuleConfigChange
impl RefUnwindSafe for RedisModuleConfigChange
impl !Send for RedisModuleConfigChange
impl !Sync for RedisModuleConfigChange
impl Unpin for RedisModuleConfigChange
impl UnwindSafe for RedisModuleConfigChange
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