pub struct SAR {
pub acceleration: f64,
pub maximum: f64,
/* private fields */
}Fields§
§acceleration: f64§maximum: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SAR
impl RefUnwindSafe for SAR
impl Send for SAR
impl Sync for SAR
impl Unpin for SAR
impl UnsafeUnpin for SAR
impl UnwindSafe for SAR
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