pub struct PickResult {
pub point_index: Option<u32>,
pub transfers: TransferReceipt,
}Expand description
Caller-requested point-picking result.
Fields§
§point_index: Option<u32>Uploaded point index, or None for the cleared background.
transfers: TransferReceiptExact four-byte device-to-host transfer receipt.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PickResult
impl RefUnwindSafe for PickResult
impl Send for PickResult
impl Sync for PickResult
impl Unpin for PickResult
impl UnsafeUnpin for PickResult
impl UnwindSafe for PickResult
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