#[repr(C)]pub struct ConstantCoefficient { /* private fields */ }Trait Implementations§
Source§impl ExternType for ConstantCoefficient
impl ExternType for ConstantCoefficient
impl UniquePtrTarget for ConstantCoefficient
Auto Trait Implementations§
impl Freeze for ConstantCoefficient
impl RefUnwindSafe for ConstantCoefficient
impl !Send for ConstantCoefficient
impl !Sync for ConstantCoefficient
impl !Unpin for ConstantCoefficient
impl UnwindSafe for ConstantCoefficient
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