pub struct PodGuard<T: Pod + Zeroable, I: AsRef<[u8; { _ }]>>(/* private fields */);Expand description
Provides a view of Pod-archived data in an archive.
Trait Implementations§
Auto Trait Implementations§
impl<T, I> RefUnwindSafe for PodGuard<T, I>where I: RefUnwindSafe, T: RefUnwindSafe,
impl<T, I> Send for PodGuard<T, I>where I: Send, T: Send,
impl<T, I> Sync for PodGuard<T, I>where I: Sync, T: Sync,
impl<T, I> Unpin for PodGuard<T, I>where I: Unpin, T: Unpin,
impl<T, I> UnwindSafe for PodGuard<T, I>where I: UnwindSafe, T: UnwindSafe,
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