pub struct KnowledgeImageSegment {
pub kind: u8,
pub schema: u8,
pub flags: u16,
pub offset: usize,
pub length: usize,
pub payload_length: usize,
pub digest: String,
}Fields§
§kind: u8§schema: u8§flags: u16§offset: usize§length: usize§payload_length: usize§digest: StringTrait Implementations§
Source§impl Clone for KnowledgeImageSegment
impl Clone for KnowledgeImageSegment
Source§fn clone(&self) -> KnowledgeImageSegment
fn clone(&self) -> KnowledgeImageSegment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 KnowledgeImageSegment
impl Debug for KnowledgeImageSegment
Source§impl PartialEq for KnowledgeImageSegment
impl PartialEq for KnowledgeImageSegment
impl StructuralPartialEq for KnowledgeImageSegment
Auto Trait Implementations§
impl Freeze for KnowledgeImageSegment
impl RefUnwindSafe for KnowledgeImageSegment
impl Send for KnowledgeImageSegment
impl Sync for KnowledgeImageSegment
impl Unpin for KnowledgeImageSegment
impl UnsafeUnpin for KnowledgeImageSegment
impl UnwindSafe for KnowledgeImageSegment
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