Struct cyfs_lib::GetFileByChunkRequest
source · Fields
chunk_id: ChunkId
flags: u32
Auto Trait Implementations
impl RefUnwindSafe for GetFileByChunkRequest
impl Send for GetFileByChunkRequest
impl Sync for GetFileByChunkRequest
impl Unpin for GetFileByChunkRequest
impl UnwindSafe for GetFileByChunkRequest
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