#[repr(C)]pub struct RKLLMLoraParam {
pub lora_adapter_name: *const c_char,
}
Expand description
@struct RKLLMLoraParam @brief Structure defining parameters for Lora adapters.
Fields§
§lora_adapter_name: *const c_char
< Name of the Lora adapter.
Trait Implementations§
Source§impl Clone for RKLLMLoraParam
impl Clone for RKLLMLoraParam
Source§fn clone(&self) -> RKLLMLoraParam
fn clone(&self) -> RKLLMLoraParam
Returns a duplicate 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 RKLLMLoraParam
impl Debug for RKLLMLoraParam
impl Copy for RKLLMLoraParam
Auto Trait Implementations§
impl Freeze for RKLLMLoraParam
impl RefUnwindSafe for RKLLMLoraParam
impl !Send for RKLLMLoraParam
impl !Sync for RKLLMLoraParam
impl Unpin for RKLLMLoraParam
impl UnwindSafe for RKLLMLoraParam
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