Struct CACHE_MANAGER_CALLBACKS_EX
#[repr(C)]pub struct CACHE_MANAGER_CALLBACKS_EX {
pub Version: u16,
pub Size: u16,
pub Functions: CACHE_MANAGER_CALLBACK_FUNCTIONS,
}
Fields§
§Version: u16
§Size: u16
§Functions: CACHE_MANAGER_CALLBACK_FUNCTIONS
Trait Implementations§
§impl Clone for CACHE_MANAGER_CALLBACKS_EX
impl Clone for CACHE_MANAGER_CALLBACKS_EX
§fn clone(&self) -> CACHE_MANAGER_CALLBACKS_EX
fn clone(&self) -> CACHE_MANAGER_CALLBACKS_EX
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 moreimpl Copy for CACHE_MANAGER_CALLBACKS_EX
Auto Trait Implementations§
impl Freeze for CACHE_MANAGER_CALLBACKS_EX
impl RefUnwindSafe for CACHE_MANAGER_CALLBACKS_EX
impl Send for CACHE_MANAGER_CALLBACKS_EX
impl Sync for CACHE_MANAGER_CALLBACKS_EX
impl Unpin for CACHE_MANAGER_CALLBACKS_EX
impl UnwindSafe for CACHE_MANAGER_CALLBACKS_EX
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