#[repr(C, align(8))]pub struct llama_grammar {
pub _bindgen_opaque_blob: [u64; 8],
}
Fields§
§_bindgen_opaque_blob: [u64; 8]
Trait Implementations§
Source§impl Clone for llama_grammar
impl Clone for llama_grammar
Source§fn clone(&self) -> llama_grammar
fn clone(&self) -> llama_grammar
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 llama_grammar
impl Debug for llama_grammar
Source§impl PartialEq for llama_grammar
impl PartialEq for llama_grammar
impl Copy for llama_grammar
impl StructuralPartialEq for llama_grammar
Auto Trait Implementations§
impl Freeze for llama_grammar
impl RefUnwindSafe for llama_grammar
impl Send for llama_grammar
impl Sync for llama_grammar
impl Unpin for llama_grammar
impl UnwindSafe for llama_grammar
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