#[repr(C)]pub struct Set {
pub vl_len_: int32,
pub settype: uint8,
pub basetype: uint8,
pub flags: int16,
pub count: int32,
pub maxcount: int32,
pub bboxsize: int16,
}Expand description
Structure to represent sets of values
Fields§
§vl_len_: int32< Varlena header (do not touch directly!)
settype: uint8< Set type
basetype: uint8< Span basetype
flags: int16< Flags
count: int32< Number of elements
maxcount: int32< Maximum number of elements
bboxsize: int16< Size of the bouding box
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Set
impl RefUnwindSafe for Set
impl Send for Set
impl Sync for Set
impl Unpin for Set
impl UnwindSafe for Set
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)