pub struct DecryptCheckpoint {
pub segment_index: u32,
pub frame_index: u32,
pub state: DecryptState,
}Fields§
§segment_index: u32§frame_index: u32§state: DecryptStateTrait Implementations§
Auto Trait Implementations§
impl Freeze for DecryptCheckpoint
impl RefUnwindSafe for DecryptCheckpoint
impl Send for DecryptCheckpoint
impl Sync for DecryptCheckpoint
impl Unpin for DecryptCheckpoint
impl UnsafeUnpin for DecryptCheckpoint
impl UnwindSafe for DecryptCheckpoint
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