Struct machinery_api::foundation::SegmentedBufferT [−][src]
#[repr(C)]pub struct SegmentedBufferT { pub data: *mut c_void, pub size: u64, pub next: *mut SegmentedBufferT, }
Fields
data: *mut c_voidsize: u64next: *mut SegmentedBufferTTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SegmentedBufferT
impl !Send for SegmentedBufferT
impl !Sync for SegmentedBufferT
impl Unpin for SegmentedBufferT
impl UnwindSafe for SegmentedBufferT
Blanket Implementations
Mutably borrows from an owned value. Read more