Struct cyfs_lib::ChunkCacheData
source · [−]pub struct ChunkCacheData {
pub chunk_id: ChunkId,
pub state: ChunkState,
pub flags: u32,
pub insert_time: u64,
pub update_time: u64,
pub last_access_time: u64,
pub trans_sessions: Option<Vec<String, Global>>,
pub ref_objects: Option<Vec<ChunkObjectRef, Global>>,
}
Fields
chunk_id: ChunkId
state: ChunkState
flags: u32
insert_time: u64
update_time: u64
last_access_time: u64
trans_sessions: Option<Vec<String, Global>>
ref_objects: Option<Vec<ChunkObjectRef, Global>>
Auto Trait Implementations
impl RefUnwindSafe for ChunkCacheData
impl Send for ChunkCacheData
impl Sync for ChunkCacheData
impl Unpin for ChunkCacheData
impl UnwindSafe for ChunkCacheData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more