pub struct Hair {
pub ty: u8,
pub color: GenericColor,
pub flip: bool,
}Fields§
§ty: u8§color: GenericColor§flip: boolAuto Trait Implementations§
impl Freeze for Hair
impl RefUnwindSafe for Hair
impl Send for Hair
impl Sync for Hair
impl Unpin for Hair
impl UnsafeUnpin for Hair
impl UnwindSafe for Hair
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