#[repr(C)]pub struct linear_scale<T> {
pub m_value: T,
pub _phantom_0: PhantomData<UnsafeCell<T>>,
}Expand description
@cond
Fields§
§m_value: T< linearized value.
_phantom_0: PhantomData<UnsafeCell<T>>Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for linear_scale<T>where
T: Freeze,
impl<T> !RefUnwindSafe for linear_scale<T>
impl<T> Send for linear_scale<T>where
T: Send,
impl<T> !Sync for linear_scale<T>
impl<T> Unpin for linear_scale<T>where
T: Unpin,
impl<T> UnwindSafe for linear_scale<T>where
T: UnwindSafe,
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