#[repr(C)]pub struct RKLLMExtendParam {
pub base_domain_id: i32,
pub reserved: [u8; 112],
}
Expand description
@struct RKLLMExtendParam @brief The extend parameters for configuring an LLM instance.
Fields§
§base_domain_id: i32
< base_domain_id
reserved: [u8; 112]
< reserved
Trait Implementations§
Source§impl Clone for RKLLMExtendParam
impl Clone for RKLLMExtendParam
Source§fn clone(&self) -> RKLLMExtendParam
fn clone(&self) -> RKLLMExtendParam
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RKLLMExtendParam
impl Debug for RKLLMExtendParam
impl Copy for RKLLMExtendParam
Auto Trait Implementations§
impl Freeze for RKLLMExtendParam
impl RefUnwindSafe for RKLLMExtendParam
impl Send for RKLLMExtendParam
impl Sync for RKLLMExtendParam
impl Unpin for RKLLMExtendParam
impl UnwindSafe for RKLLMExtendParam
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