pub struct MtmdCaps {
pub vision: bool,
pub audio: bool,
}Expand description
Which modalities an mmproj file accepts.
Fields§
§vision: boolAccepts image input.
audio: boolAccepts audio input.
Trait Implementations§
impl Copy for MtmdCaps
impl Eq for MtmdCaps
impl StructuralPartialEq for MtmdCaps
Auto Trait Implementations§
impl Freeze for MtmdCaps
impl RefUnwindSafe for MtmdCaps
impl Send for MtmdCaps
impl Sync for MtmdCaps
impl Unpin for MtmdCaps
impl UnsafeUnpin for MtmdCaps
impl UnwindSafe for MtmdCaps
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