#[repr(C)]pub struct XlsDslxFunctionSpecializationRequest {
pub function_name: *const c_char,
pub specialized_name: *const c_char,
pub env: *mut CDslxParametricEnv,
}Fields§
§function_name: *const c_char§specialized_name: *const c_char§env: *mut CDslxParametricEnvAuto Trait Implementations§
impl Freeze for XlsDslxFunctionSpecializationRequest
impl RefUnwindSafe for XlsDslxFunctionSpecializationRequest
impl !Send for XlsDslxFunctionSpecializationRequest
impl !Sync for XlsDslxFunctionSpecializationRequest
impl Unpin for XlsDslxFunctionSpecializationRequest
impl UnwindSafe for XlsDslxFunctionSpecializationRequest
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