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