pub enum LoadKind {
U8,
U16,
U32,
U64,
I8,
I16,
I32,
}
Variants§
Trait Implementations§
impl Copy for LoadKind
impl Eq for LoadKind
impl StructuralPartialEq for LoadKind
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