pub struct BareShaft {
pub r: u32,
pub theta: u32,
}Fields§
§r: u32§theta: u32Trait Implementations§
impl StructuralPartialEq for BareShaft
Auto Trait Implementations§
impl Freeze for BareShaft
impl RefUnwindSafe for BareShaft
impl Send for BareShaft
impl Sync for BareShaft
impl Unpin for BareShaft
impl UnwindSafe for BareShaft
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