pub enum LoadType {
Both = 0,
Fixed = 1,
Dispatchable = 2,
}Variants§
Both = 0
Sum both fixed and dispatchable loads.
Fixed = 1
Sum only fixed loads.
Dispatchable = 2
Sum only dispatchable loads.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadType
impl RefUnwindSafe for LoadType
impl Send for LoadType
impl Sync for LoadType
impl Unpin for LoadType
impl UnsafeUnpin for LoadType
impl UnwindSafe for LoadType
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