Struct safe_transmute::guard::SingleManyGuard
source · pub struct SingleManyGuard;
Expand description
A single-or-many guard: The byte slice must have at least enough bytes to fill a single instance of a type, and extraneous data is ignored.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SingleManyGuard
impl RefUnwindSafe for SingleManyGuard
impl Send for SingleManyGuard
impl Sync for SingleManyGuard
impl Unpin for SingleManyGuard
impl UnwindSafe for SingleManyGuard
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