#[repr(C)]pub struct DemSampleBatch {
pub detectors: Vec<u8>,
pub observables: Vec<u8>,
pub errors: Vec<u8>,
}Fields§
§detectors: Vec<u8>§observables: Vec<u8>§errors: Vec<u8>Trait Implementations§
Source§impl ExternType for DemSampleBatch
impl ExternType for DemSampleBatch
Auto Trait Implementations§
impl Freeze for DemSampleBatch
impl RefUnwindSafe for DemSampleBatch
impl Send for DemSampleBatch
impl Sync for DemSampleBatch
impl Unpin for DemSampleBatch
impl UnsafeUnpin for DemSampleBatch
impl UnwindSafe for DemSampleBatch
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