#[repr(C)]pub struct dot_params_t {
pub method: dot_method_t,
pub pow2_precomp: ulong,
}Fields§
§method: dot_method_t§pow2_precomp: ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for dot_params_t
impl RefUnwindSafe for dot_params_t
impl Send for dot_params_t
impl Sync for dot_params_t
impl Unpin for dot_params_t
impl UnsafeUnpin for dot_params_t
impl UnwindSafe for dot_params_t
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