pub struct Nose {
pub ty: u8,
pub pos: PositionY,
pub scale: ScaleX,
}Fields§
§ty: u8§pos: PositionY§scale: ScaleXAuto Trait Implementations§
impl Freeze for Nose
impl RefUnwindSafe for Nose
impl Send for Nose
impl Sync for Nose
impl Unpin for Nose
impl UnsafeUnpin for Nose
impl UnwindSafe for Nose
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