pub enum SlicePtrError {
OutOfRange,
NotAlignedWith,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlicePtrError
impl RefUnwindSafe for SlicePtrError
impl Send for SlicePtrError
impl Sync for SlicePtrError
impl Unpin for SlicePtrError
impl UnwindSafe for SlicePtrError
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