#[repr(C)]pub struct ProposalOutput {
pub struct_size: usize,
pub decision_id: *mut u8,
pub decision_id_capacity: usize,
pub decision_id_length: usize,
pub token_ids: *mut i32,
pub token_capacity: usize,
pub token_length: usize,
}Fields§
§struct_size: usize§decision_id: *mut u8§decision_id_capacity: usize§decision_id_length: usize§token_ids: *mut i32§token_capacity: usize§token_length: usizeTrait Implementations§
Auto Trait Implementations§
impl !Send for ProposalOutput
impl !Sync for ProposalOutput
impl Freeze for ProposalOutput
impl RefUnwindSafe for ProposalOutput
impl Unpin for ProposalOutput
impl UnsafeUnpin for ProposalOutput
impl UnwindSafe for ProposalOutput
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