#[repr(C)]pub enum BodyPart {
Torso = 3,
Groin = 4,
LeftArm = 5,
RightArm = 6,
LeftLeg = 7,
RightLeg = 8,
Head = 9,
}Variants§
Trait Implementations§
impl Copy for BodyPart
impl StructuralPartialEq for BodyPart
Auto Trait Implementations§
impl Freeze for BodyPart
impl RefUnwindSafe for BodyPart
impl Send for BodyPart
impl Sync for BodyPart
impl Unpin for BodyPart
impl UnwindSafe for BodyPart
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