pub enum LoadKind {
I8,
I16,
I32,
U8,
U16,
U32,
U64,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadKind
impl RefUnwindSafe for LoadKind
impl Send for LoadKind
impl Sync for LoadKind
impl Unpin for LoadKind
impl UnwindSafe for LoadKind
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