pub struct AngleArgs {
pub degrees: f32,
}Fields§
§degrees: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AngleArgs
impl RefUnwindSafe for AngleArgs
impl Send for AngleArgs
impl Sync for AngleArgs
impl Unpin for AngleArgs
impl UnsafeUnpin for AngleArgs
impl UnwindSafe for AngleArgs
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