#[repr(C)]pub struct SpanSet {
pub vl_len_: int32,
pub spansettype: uint8,
pub spantype: uint8,
pub basetype: uint8,
pub padding: c_char,
pub count: int32,
pub maxcount: int32,
pub span: Span,
pub elems: [Span; 1],
}Expand description
Structure to represent span sets
Fields§
§vl_len_: int32< Varlena header (do not touch directly!)
spansettype: uint8< Span set type
spantype: uint8< Span type
basetype: uint8< Span basetype
padding: c_char< Not used
count: int32< Number of elements
maxcount: int32< Maximum number of elements
span: Span< Bounding span
elems: [Span; 1]< Beginning of variable-length data
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpanSet
impl RefUnwindSafe for SpanSet
impl Send for SpanSet
impl Sync for SpanSet
impl Unpin for SpanSet
impl UnwindSafe for SpanSet
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)