pub struct Cache64 { /* private fields */ }Expand description
CACHE64
Implementations§
Trait Implementations§
impl Copy for Cache64
impl Eq for Cache64
impl Send for Cache64
impl StructuralPartialEq for Cache64
impl Sync for Cache64
Auto Trait Implementations§
impl Freeze for Cache64
impl RefUnwindSafe for Cache64
impl Unpin for Cache64
impl UnwindSafe for Cache64
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