#[repr(u32)]pub enum Delivery {
Self_ = 0,
Touch = 1,
Aimed = 2,
TargetActor = 3,
TargetLocation = 4,
Total = 5,
}
Variants§
Trait Implementations§
Source§impl From<Delivery> for Delivery_CEnum
impl From<Delivery> for Delivery_CEnum
Source§impl Ord for Delivery
impl Ord for Delivery
Source§impl PartialOrd for Delivery
impl PartialOrd for Delivery
Source§impl TryFrom<Delivery_CEnum> for Delivery
impl TryFrom<Delivery_CEnum> for Delivery
impl Copy for Delivery
impl Eq for Delivery
impl StructuralPartialEq for Delivery
Auto Trait Implementations§
impl Freeze for Delivery
impl RefUnwindSafe for Delivery
impl Send for Delivery
impl Sync for Delivery
impl Unpin for Delivery
impl UnwindSafe for Delivery
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