pub struct FileChunkRange {
pub bundle: (u32, u32),
pub target: (u32, u32),
}Expand description
Data byte range for an RMAN file
Fields§
§bundle: (u32, u32)Byte range of the chunk in its bundle
target: (u32, u32)Byte range of the chunk in the target file
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileChunkRange
impl RefUnwindSafe for FileChunkRange
impl Send for FileChunkRange
impl Sync for FileChunkRange
impl Unpin for FileChunkRange
impl UnwindSafe for FileChunkRange
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