Struct objc2_vision::VNRequest
source · #[repr(C)]pub struct VNRequest { /* private fields */ }Available on crate feature
VNRequest only.Implementations§
source§impl VNRequest
impl VNRequest
pub unsafe fn init(this: Allocated<Self>) -> Retained<Self>
pub unsafe fn initWithCompletionHandler( this: Allocated<Self>, completion_handler: VNRequestCompletionHandler ) -> Retained<Self>
Available on crate feature
block2 only.pub unsafe fn preferBackgroundProcessing(&self) -> bool
pub unsafe fn setPreferBackgroundProcessing( &self, prefer_background_processing: bool )
pub unsafe fn usesCPUOnly(&self) -> bool
👎Deprecated
pub unsafe fn setUsesCPUOnly(&self, uses_cpu_only: bool)
👎Deprecated
pub unsafe fn results(&self) -> Option<Retained<NSArray<VNObservation>>>
Available on crate feature
VNObservation only.pub unsafe fn completionHandler(&self) -> VNRequestCompletionHandler
Available on crate feature
block2 only.pub unsafe fn revision(&self) -> NSUInteger
pub unsafe fn setRevision(&self, revision: NSUInteger)
pub unsafe fn supportedRevisions() -> Retained<NSIndexSet>
pub unsafe fn defaultRevision() -> NSUInteger
pub unsafe fn currentRevision() -> NSUInteger
pub unsafe fn cancel(&self)
source§impl VNRequest
impl VNRequest
pub unsafe fn supportedComputeStageDevicesAndReturnError( &self ) -> Result<Retained<NSDictionary<VNComputeStage, NSArray<ProtocolObject<dyn MLComputeDeviceProtocol>>>>, Retained<NSError>>
Available on crate features
VNTypes and objc2-core-ml only.pub unsafe fn computeDeviceForComputeStage( &self, compute_stage: &VNComputeStage ) -> Option<Retained<ProtocolObject<dyn MLComputeDeviceProtocol>>>
Available on crate features
VNTypes and objc2-core-ml only.pub unsafe fn setComputeDevice_forComputeStage( &self, compute_device: Option<&ProtocolObject<dyn MLComputeDeviceProtocol>>, compute_stage: &VNComputeStage )
Available on crate features
VNTypes and objc2-core-ml only.Methods from Deref<Target = NSObject>§
sourcepub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
pub fn doesNotRecognizeSelector(&self, sel: Sel) -> !
Handle messages the object doesn’t recognize.
See Apple’s documentation for details.
Methods from Deref<Target = AnyObject>§
sourcepub fn class(&self) -> &'static AnyClass
pub fn class(&self) -> &'static AnyClass
Dynamically find the class of this object.
§Example
Check that an instance of NSObject has the precise class NSObject.
use objc2::ClassType;
use objc2::runtime::NSObject;
let obj = NSObject::new();
assert_eq!(obj.class(), NSObject::class());sourcepub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load instead.
pub unsafe fn get_ivar<T>(&self, name: &str) -> &Twhere
T: Encode,
Ivar::load instead.Use Ivar::load instead.
§Safety
The object must have an instance variable with the given name, and it
must be of type T.
See Ivar::load_ptr for details surrounding this.
sourcepub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
👎Deprecated: this is difficult to use correctly, use Ivar::load_mut instead.
pub unsafe fn get_mut_ivar<T>(&mut self, name: &str) -> &mut Twhere
T: Encode,
Ivar::load_mut instead.Use Ivar::load_mut instead.
§Safety
The object must have an instance variable with the given name, and it
must be of type T.
See Ivar::load_ptr for details surrounding this.
Trait Implementations§
source§impl AsMut<VNRequest> for VNClassifyImageRequest
Available on crate feature VNClassifyImageRequest only.
impl AsMut<VNRequest> for VNClassifyImageRequest
Available on crate feature
VNClassifyImageRequest only.source§impl AsMut<VNRequest> for VNCoreMLRequest
Available on crate feature VNCoreMLRequest only.
impl AsMut<VNRequest> for VNCoreMLRequest
Available on crate feature
VNCoreMLRequest only.source§impl AsMut<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature VNDetectAnimalBodyPoseRequest only.
impl AsMut<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature
VNDetectAnimalBodyPoseRequest only.source§impl AsMut<VNRequest> for VNDetectBarcodesRequest
Available on crate feature VNDetectBarcodesRequest only.
impl AsMut<VNRequest> for VNDetectBarcodesRequest
Available on crate feature
VNDetectBarcodesRequest only.source§impl AsMut<VNRequest> for VNDetectContoursRequest
Available on crate feature VNDetectContoursRequest only.
impl AsMut<VNRequest> for VNDetectContoursRequest
Available on crate feature
VNDetectContoursRequest only.source§impl AsMut<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature VNDetectDocumentSegmentationRequest only.
impl AsMut<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature
VNDetectDocumentSegmentationRequest only.source§impl AsMut<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature VNDetectFaceCaptureQualityRequest only.
impl AsMut<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature
VNDetectFaceCaptureQualityRequest only.source§impl AsMut<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature VNDetectFaceLandmarksRequest only.
impl AsMut<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature
VNDetectFaceLandmarksRequest only.source§impl AsMut<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature VNDetectFaceRectanglesRequest only.
impl AsMut<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature
VNDetectFaceRectanglesRequest only.source§impl AsMut<VNRequest> for VNDetectHorizonRequest
Available on crate feature VNDetectHorizonRequest only.
impl AsMut<VNRequest> for VNDetectHorizonRequest
Available on crate feature
VNDetectHorizonRequest only.source§impl AsMut<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature VNDetectHumanBodyPose3DRequest only.
impl AsMut<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature
VNDetectHumanBodyPose3DRequest only.source§impl AsMut<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature VNDetectHumanBodyPoseRequest only.
impl AsMut<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature
VNDetectHumanBodyPoseRequest only.source§impl AsMut<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature VNDetectHumanHandPoseRequest only.
impl AsMut<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature
VNDetectHumanHandPoseRequest only.source§impl AsMut<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature VNDetectHumanRectanglesRequest only.
impl AsMut<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature
VNDetectHumanRectanglesRequest only.source§impl AsMut<VNRequest> for VNDetectRectanglesRequest
Available on crate feature VNDetectRectanglesRequest only.
impl AsMut<VNRequest> for VNDetectRectanglesRequest
Available on crate feature
VNDetectRectanglesRequest only.source§impl AsMut<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature VNDetectTextRectanglesRequest only.
impl AsMut<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature
VNDetectTextRectanglesRequest only.source§impl AsMut<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature VNDetectTrajectoriesRequest only.
impl AsMut<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature
VNDetectTrajectoriesRequest only.source§impl AsMut<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature VNGenerateAttentionBasedSaliencyImageRequest only.
impl AsMut<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature
VNGenerateAttentionBasedSaliencyImageRequest only.source§impl AsMut<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature VNGenerateForegroundInstanceMaskRequest only.
impl AsMut<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature
VNGenerateForegroundInstanceMaskRequest only.source§impl AsMut<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature VNGenerateImageFeaturePrintRequest only.
impl AsMut<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature
VNGenerateImageFeaturePrintRequest only.source§impl AsMut<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature VNGenerateObjectnessBasedSaliencyImageRequest only.
impl AsMut<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature
VNGenerateObjectnessBasedSaliencyImageRequest only.source§impl AsMut<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature VNGenerateOpticalFlowRequest only.
impl AsMut<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature
VNGenerateOpticalFlowRequest only.source§impl AsMut<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature VNGeneratePersonInstanceMaskRequest only.
impl AsMut<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature
VNGeneratePersonInstanceMaskRequest only.source§impl AsMut<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature VNGeneratePersonSegmentationRequest only.
impl AsMut<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature
VNGeneratePersonSegmentationRequest only.source§impl AsMut<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsMut<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl AsMut<VNRequest> for VNImageBasedRequest
impl AsMut<VNRequest> for VNImageBasedRequest
source§impl AsMut<VNRequest> for VNImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsMut<VNRequest> for VNImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl AsMut<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature VNRecognizeAnimalsRequest only.
impl AsMut<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature
VNRecognizeAnimalsRequest only.source§impl AsMut<VNRequest> for VNRecognizeTextRequest
Available on crate feature VNRecognizeTextRequest only.
impl AsMut<VNRequest> for VNRecognizeTextRequest
Available on crate feature
VNRecognizeTextRequest only.source§impl AsMut<VNRequest> for VNStatefulRequest
Available on crate feature VNStatefulRequest only.
impl AsMut<VNRequest> for VNStatefulRequest
Available on crate feature
VNStatefulRequest only.source§impl AsMut<VNRequest> for VNTargetedImageRequest
Available on crate feature VNTargetedImageRequest only.
impl AsMut<VNRequest> for VNTargetedImageRequest
Available on crate feature
VNTargetedImageRequest only.source§impl AsMut<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature VNTrackHomographicImageRegistrationRequest only.
impl AsMut<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature
VNTrackHomographicImageRegistrationRequest only.source§impl AsMut<VNRequest> for VNTrackObjectRequest
Available on crate feature VNTrackObjectRequest only.
impl AsMut<VNRequest> for VNTrackObjectRequest
Available on crate feature
VNTrackObjectRequest only.source§impl AsMut<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature VNTrackOpticalFlowRequest only.
impl AsMut<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature
VNTrackOpticalFlowRequest only.source§impl AsMut<VNRequest> for VNTrackRectangleRequest
Available on crate feature VNTrackRectangleRequest only.
impl AsMut<VNRequest> for VNTrackRectangleRequest
Available on crate feature
VNTrackRectangleRequest only.source§impl AsMut<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature VNTrackTranslationalImageRegistrationRequest only.
impl AsMut<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature
VNTrackTranslationalImageRegistrationRequest only.source§impl AsMut<VNRequest> for VNTrackingRequest
Available on crate feature VNTrackingRequest only.
impl AsMut<VNRequest> for VNTrackingRequest
Available on crate feature
VNTrackingRequest only.source§impl AsMut<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsMut<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl AsRef<VNRequest> for VNClassifyImageRequest
Available on crate feature VNClassifyImageRequest only.
impl AsRef<VNRequest> for VNClassifyImageRequest
Available on crate feature
VNClassifyImageRequest only.source§impl AsRef<VNRequest> for VNCoreMLRequest
Available on crate feature VNCoreMLRequest only.
impl AsRef<VNRequest> for VNCoreMLRequest
Available on crate feature
VNCoreMLRequest only.source§impl AsRef<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature VNDetectAnimalBodyPoseRequest only.
impl AsRef<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature
VNDetectAnimalBodyPoseRequest only.source§impl AsRef<VNRequest> for VNDetectBarcodesRequest
Available on crate feature VNDetectBarcodesRequest only.
impl AsRef<VNRequest> for VNDetectBarcodesRequest
Available on crate feature
VNDetectBarcodesRequest only.source§impl AsRef<VNRequest> for VNDetectContoursRequest
Available on crate feature VNDetectContoursRequest only.
impl AsRef<VNRequest> for VNDetectContoursRequest
Available on crate feature
VNDetectContoursRequest only.source§impl AsRef<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature VNDetectDocumentSegmentationRequest only.
impl AsRef<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature
VNDetectDocumentSegmentationRequest only.source§impl AsRef<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature VNDetectFaceCaptureQualityRequest only.
impl AsRef<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature
VNDetectFaceCaptureQualityRequest only.source§impl AsRef<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature VNDetectFaceLandmarksRequest only.
impl AsRef<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature
VNDetectFaceLandmarksRequest only.source§impl AsRef<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature VNDetectFaceRectanglesRequest only.
impl AsRef<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature
VNDetectFaceRectanglesRequest only.source§impl AsRef<VNRequest> for VNDetectHorizonRequest
Available on crate feature VNDetectHorizonRequest only.
impl AsRef<VNRequest> for VNDetectHorizonRequest
Available on crate feature
VNDetectHorizonRequest only.source§impl AsRef<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature VNDetectHumanBodyPose3DRequest only.
impl AsRef<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature
VNDetectHumanBodyPose3DRequest only.source§impl AsRef<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature VNDetectHumanBodyPoseRequest only.
impl AsRef<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature
VNDetectHumanBodyPoseRequest only.source§impl AsRef<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature VNDetectHumanHandPoseRequest only.
impl AsRef<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature
VNDetectHumanHandPoseRequest only.source§impl AsRef<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature VNDetectHumanRectanglesRequest only.
impl AsRef<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature
VNDetectHumanRectanglesRequest only.source§impl AsRef<VNRequest> for VNDetectRectanglesRequest
Available on crate feature VNDetectRectanglesRequest only.
impl AsRef<VNRequest> for VNDetectRectanglesRequest
Available on crate feature
VNDetectRectanglesRequest only.source§impl AsRef<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature VNDetectTextRectanglesRequest only.
impl AsRef<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature
VNDetectTextRectanglesRequest only.source§impl AsRef<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature VNDetectTrajectoriesRequest only.
impl AsRef<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature
VNDetectTrajectoriesRequest only.source§impl AsRef<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature VNGenerateAttentionBasedSaliencyImageRequest only.
impl AsRef<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature
VNGenerateAttentionBasedSaliencyImageRequest only.source§impl AsRef<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature VNGenerateForegroundInstanceMaskRequest only.
impl AsRef<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature
VNGenerateForegroundInstanceMaskRequest only.source§impl AsRef<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature VNGenerateImageFeaturePrintRequest only.
impl AsRef<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature
VNGenerateImageFeaturePrintRequest only.source§impl AsRef<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature VNGenerateObjectnessBasedSaliencyImageRequest only.
impl AsRef<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature
VNGenerateObjectnessBasedSaliencyImageRequest only.source§impl AsRef<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature VNGenerateOpticalFlowRequest only.
impl AsRef<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature
VNGenerateOpticalFlowRequest only.source§impl AsRef<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature VNGeneratePersonInstanceMaskRequest only.
impl AsRef<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature
VNGeneratePersonInstanceMaskRequest only.source§impl AsRef<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature VNGeneratePersonSegmentationRequest only.
impl AsRef<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature
VNGeneratePersonSegmentationRequest only.source§impl AsRef<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsRef<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl AsRef<VNRequest> for VNImageBasedRequest
impl AsRef<VNRequest> for VNImageBasedRequest
source§impl AsRef<VNRequest> for VNImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsRef<VNRequest> for VNImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl AsRef<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature VNRecognizeAnimalsRequest only.
impl AsRef<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature
VNRecognizeAnimalsRequest only.source§impl AsRef<VNRequest> for VNRecognizeTextRequest
Available on crate feature VNRecognizeTextRequest only.
impl AsRef<VNRequest> for VNRecognizeTextRequest
Available on crate feature
VNRecognizeTextRequest only.source§impl AsRef<VNRequest> for VNStatefulRequest
Available on crate feature VNStatefulRequest only.
impl AsRef<VNRequest> for VNStatefulRequest
Available on crate feature
VNStatefulRequest only.source§impl AsRef<VNRequest> for VNTargetedImageRequest
Available on crate feature VNTargetedImageRequest only.
impl AsRef<VNRequest> for VNTargetedImageRequest
Available on crate feature
VNTargetedImageRequest only.source§impl AsRef<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature VNTrackHomographicImageRegistrationRequest only.
impl AsRef<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature
VNTrackHomographicImageRegistrationRequest only.source§impl AsRef<VNRequest> for VNTrackObjectRequest
Available on crate feature VNTrackObjectRequest only.
impl AsRef<VNRequest> for VNTrackObjectRequest
Available on crate feature
VNTrackObjectRequest only.source§impl AsRef<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature VNTrackOpticalFlowRequest only.
impl AsRef<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature
VNTrackOpticalFlowRequest only.source§impl AsRef<VNRequest> for VNTrackRectangleRequest
Available on crate feature VNTrackRectangleRequest only.
impl AsRef<VNRequest> for VNTrackRectangleRequest
Available on crate feature
VNTrackRectangleRequest only.source§impl AsRef<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature VNTrackTranslationalImageRegistrationRequest only.
impl AsRef<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature
VNTrackTranslationalImageRegistrationRequest only.source§impl AsRef<VNRequest> for VNTrackingRequest
Available on crate feature VNTrackingRequest only.
impl AsRef<VNRequest> for VNTrackingRequest
Available on crate feature
VNTrackingRequest only.source§impl AsRef<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl AsRef<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl Borrow<VNRequest> for VNClassifyImageRequest
Available on crate feature VNClassifyImageRequest only.
impl Borrow<VNRequest> for VNClassifyImageRequest
Available on crate feature
VNClassifyImageRequest only.source§impl Borrow<VNRequest> for VNCoreMLRequest
Available on crate feature VNCoreMLRequest only.
impl Borrow<VNRequest> for VNCoreMLRequest
Available on crate feature
VNCoreMLRequest only.source§impl Borrow<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature VNDetectAnimalBodyPoseRequest only.
impl Borrow<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature
VNDetectAnimalBodyPoseRequest only.source§impl Borrow<VNRequest> for VNDetectBarcodesRequest
Available on crate feature VNDetectBarcodesRequest only.
impl Borrow<VNRequest> for VNDetectBarcodesRequest
Available on crate feature
VNDetectBarcodesRequest only.source§impl Borrow<VNRequest> for VNDetectContoursRequest
Available on crate feature VNDetectContoursRequest only.
impl Borrow<VNRequest> for VNDetectContoursRequest
Available on crate feature
VNDetectContoursRequest only.source§impl Borrow<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature VNDetectDocumentSegmentationRequest only.
impl Borrow<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature
VNDetectDocumentSegmentationRequest only.source§impl Borrow<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature VNDetectFaceCaptureQualityRequest only.
impl Borrow<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature
VNDetectFaceCaptureQualityRequest only.source§impl Borrow<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature VNDetectFaceLandmarksRequest only.
impl Borrow<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature
VNDetectFaceLandmarksRequest only.source§impl Borrow<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature VNDetectFaceRectanglesRequest only.
impl Borrow<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature
VNDetectFaceRectanglesRequest only.source§impl Borrow<VNRequest> for VNDetectHorizonRequest
Available on crate feature VNDetectHorizonRequest only.
impl Borrow<VNRequest> for VNDetectHorizonRequest
Available on crate feature
VNDetectHorizonRequest only.source§impl Borrow<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature VNDetectHumanBodyPose3DRequest only.
impl Borrow<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature
VNDetectHumanBodyPose3DRequest only.source§impl Borrow<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature VNDetectHumanBodyPoseRequest only.
impl Borrow<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature
VNDetectHumanBodyPoseRequest only.source§impl Borrow<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature VNDetectHumanHandPoseRequest only.
impl Borrow<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature
VNDetectHumanHandPoseRequest only.source§impl Borrow<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature VNDetectHumanRectanglesRequest only.
impl Borrow<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature
VNDetectHumanRectanglesRequest only.source§impl Borrow<VNRequest> for VNDetectRectanglesRequest
Available on crate feature VNDetectRectanglesRequest only.
impl Borrow<VNRequest> for VNDetectRectanglesRequest
Available on crate feature
VNDetectRectanglesRequest only.source§impl Borrow<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature VNDetectTextRectanglesRequest only.
impl Borrow<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature
VNDetectTextRectanglesRequest only.source§impl Borrow<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature VNDetectTrajectoriesRequest only.
impl Borrow<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature
VNDetectTrajectoriesRequest only.source§impl Borrow<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature VNGenerateAttentionBasedSaliencyImageRequest only.
impl Borrow<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature
VNGenerateAttentionBasedSaliencyImageRequest only.source§impl Borrow<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature VNGenerateForegroundInstanceMaskRequest only.
impl Borrow<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature
VNGenerateForegroundInstanceMaskRequest only.source§impl Borrow<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature VNGenerateImageFeaturePrintRequest only.
impl Borrow<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature
VNGenerateImageFeaturePrintRequest only.source§impl Borrow<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature VNGenerateObjectnessBasedSaliencyImageRequest only.
impl Borrow<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature
VNGenerateObjectnessBasedSaliencyImageRequest only.source§impl Borrow<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature VNGenerateOpticalFlowRequest only.
impl Borrow<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature
VNGenerateOpticalFlowRequest only.source§impl Borrow<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature VNGeneratePersonInstanceMaskRequest only.
impl Borrow<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature
VNGeneratePersonInstanceMaskRequest only.source§impl Borrow<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature VNGeneratePersonSegmentationRequest only.
impl Borrow<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature
VNGeneratePersonSegmentationRequest only.source§impl Borrow<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl Borrow<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl Borrow<VNRequest> for VNImageBasedRequest
impl Borrow<VNRequest> for VNImageBasedRequest
source§impl Borrow<VNRequest> for VNImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl Borrow<VNRequest> for VNImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl Borrow<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature VNRecognizeAnimalsRequest only.
impl Borrow<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature
VNRecognizeAnimalsRequest only.source§impl Borrow<VNRequest> for VNRecognizeTextRequest
Available on crate feature VNRecognizeTextRequest only.
impl Borrow<VNRequest> for VNRecognizeTextRequest
Available on crate feature
VNRecognizeTextRequest only.source§impl Borrow<VNRequest> for VNStatefulRequest
Available on crate feature VNStatefulRequest only.
impl Borrow<VNRequest> for VNStatefulRequest
Available on crate feature
VNStatefulRequest only.source§impl Borrow<VNRequest> for VNTargetedImageRequest
Available on crate feature VNTargetedImageRequest only.
impl Borrow<VNRequest> for VNTargetedImageRequest
Available on crate feature
VNTargetedImageRequest only.source§impl Borrow<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature VNTrackHomographicImageRegistrationRequest only.
impl Borrow<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature
VNTrackHomographicImageRegistrationRequest only.source§impl Borrow<VNRequest> for VNTrackObjectRequest
Available on crate feature VNTrackObjectRequest only.
impl Borrow<VNRequest> for VNTrackObjectRequest
Available on crate feature
VNTrackObjectRequest only.source§impl Borrow<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature VNTrackOpticalFlowRequest only.
impl Borrow<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature
VNTrackOpticalFlowRequest only.source§impl Borrow<VNRequest> for VNTrackRectangleRequest
Available on crate feature VNTrackRectangleRequest only.
impl Borrow<VNRequest> for VNTrackRectangleRequest
Available on crate feature
VNTrackRectangleRequest only.source§impl Borrow<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature VNTrackTranslationalImageRegistrationRequest only.
impl Borrow<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature
VNTrackTranslationalImageRegistrationRequest only.source§impl Borrow<VNRequest> for VNTrackingRequest
Available on crate feature VNTrackingRequest only.
impl Borrow<VNRequest> for VNTrackingRequest
Available on crate feature
VNTrackingRequest only.source§impl Borrow<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl Borrow<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§impl BorrowMut<AnyObject> for VNRequest
impl BorrowMut<AnyObject> for VNRequest
source§fn borrow_mut(&mut self) -> &mut AnyObject
fn borrow_mut(&mut self) -> &mut AnyObject
Mutably borrows from an owned value. Read more
source§impl BorrowMut<NSObject> for VNRequest
impl BorrowMut<NSObject> for VNRequest
source§fn borrow_mut(&mut self) -> &mut NSObject
fn borrow_mut(&mut self) -> &mut NSObject
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNClassifyImageRequest
Available on crate feature VNClassifyImageRequest only.
impl BorrowMut<VNRequest> for VNClassifyImageRequest
Available on crate feature
VNClassifyImageRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNCoreMLRequest
Available on crate feature VNCoreMLRequest only.
impl BorrowMut<VNRequest> for VNCoreMLRequest
Available on crate feature
VNCoreMLRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature VNDetectAnimalBodyPoseRequest only.
impl BorrowMut<VNRequest> for VNDetectAnimalBodyPoseRequest
Available on crate feature
VNDetectAnimalBodyPoseRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectBarcodesRequest
Available on crate feature VNDetectBarcodesRequest only.
impl BorrowMut<VNRequest> for VNDetectBarcodesRequest
Available on crate feature
VNDetectBarcodesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectContoursRequest
Available on crate feature VNDetectContoursRequest only.
impl BorrowMut<VNRequest> for VNDetectContoursRequest
Available on crate feature
VNDetectContoursRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature VNDetectDocumentSegmentationRequest only.
impl BorrowMut<VNRequest> for VNDetectDocumentSegmentationRequest
Available on crate feature
VNDetectDocumentSegmentationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature VNDetectFaceCaptureQualityRequest only.
impl BorrowMut<VNRequest> for VNDetectFaceCaptureQualityRequest
Available on crate feature
VNDetectFaceCaptureQualityRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature VNDetectFaceLandmarksRequest only.
impl BorrowMut<VNRequest> for VNDetectFaceLandmarksRequest
Available on crate feature
VNDetectFaceLandmarksRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature VNDetectFaceRectanglesRequest only.
impl BorrowMut<VNRequest> for VNDetectFaceRectanglesRequest
Available on crate feature
VNDetectFaceRectanglesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectHorizonRequest
Available on crate feature VNDetectHorizonRequest only.
impl BorrowMut<VNRequest> for VNDetectHorizonRequest
Available on crate feature
VNDetectHorizonRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature VNDetectHumanBodyPose3DRequest only.
impl BorrowMut<VNRequest> for VNDetectHumanBodyPose3DRequest
Available on crate feature
VNDetectHumanBodyPose3DRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature VNDetectHumanBodyPoseRequest only.
impl BorrowMut<VNRequest> for VNDetectHumanBodyPoseRequest
Available on crate feature
VNDetectHumanBodyPoseRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature VNDetectHumanHandPoseRequest only.
impl BorrowMut<VNRequest> for VNDetectHumanHandPoseRequest
Available on crate feature
VNDetectHumanHandPoseRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature VNDetectHumanRectanglesRequest only.
impl BorrowMut<VNRequest> for VNDetectHumanRectanglesRequest
Available on crate feature
VNDetectHumanRectanglesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectRectanglesRequest
Available on crate feature VNDetectRectanglesRequest only.
impl BorrowMut<VNRequest> for VNDetectRectanglesRequest
Available on crate feature
VNDetectRectanglesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature VNDetectTextRectanglesRequest only.
impl BorrowMut<VNRequest> for VNDetectTextRectanglesRequest
Available on crate feature
VNDetectTextRectanglesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature VNDetectTrajectoriesRequest only.
impl BorrowMut<VNRequest> for VNDetectTrajectoriesRequest
Available on crate feature
VNDetectTrajectoriesRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature VNGenerateAttentionBasedSaliencyImageRequest only.
impl BorrowMut<VNRequest> for VNGenerateAttentionBasedSaliencyImageRequest
Available on crate feature
VNGenerateAttentionBasedSaliencyImageRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature VNGenerateForegroundInstanceMaskRequest only.
impl BorrowMut<VNRequest> for VNGenerateForegroundInstanceMaskRequest
Available on crate feature
VNGenerateForegroundInstanceMaskRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature VNGenerateImageFeaturePrintRequest only.
impl BorrowMut<VNRequest> for VNGenerateImageFeaturePrintRequest
Available on crate feature
VNGenerateImageFeaturePrintRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature VNGenerateObjectnessBasedSaliencyImageRequest only.
impl BorrowMut<VNRequest> for VNGenerateObjectnessBasedSaliencyImageRequest
Available on crate feature
VNGenerateObjectnessBasedSaliencyImageRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature VNGenerateOpticalFlowRequest only.
impl BorrowMut<VNRequest> for VNGenerateOpticalFlowRequest
Available on crate feature
VNGenerateOpticalFlowRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature VNGeneratePersonInstanceMaskRequest only.
impl BorrowMut<VNRequest> for VNGeneratePersonInstanceMaskRequest
Available on crate feature
VNGeneratePersonInstanceMaskRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature VNGeneratePersonSegmentationRequest only.
impl BorrowMut<VNRequest> for VNGeneratePersonSegmentationRequest
Available on crate feature
VNGeneratePersonSegmentationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl BorrowMut<VNRequest> for VNHomographicImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNImageBasedRequest
impl BorrowMut<VNRequest> for VNImageBasedRequest
source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl BorrowMut<VNRequest> for VNImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature VNRecognizeAnimalsRequest only.
impl BorrowMut<VNRequest> for VNRecognizeAnimalsRequest
Available on crate feature
VNRecognizeAnimalsRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNRecognizeTextRequest
Available on crate feature VNRecognizeTextRequest only.
impl BorrowMut<VNRequest> for VNRecognizeTextRequest
Available on crate feature
VNRecognizeTextRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNStatefulRequest
Available on crate feature VNStatefulRequest only.
impl BorrowMut<VNRequest> for VNStatefulRequest
Available on crate feature
VNStatefulRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTargetedImageRequest
Available on crate feature VNTargetedImageRequest only.
impl BorrowMut<VNRequest> for VNTargetedImageRequest
Available on crate feature
VNTargetedImageRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature VNTrackHomographicImageRegistrationRequest only.
impl BorrowMut<VNRequest> for VNTrackHomographicImageRegistrationRequest
Available on crate feature
VNTrackHomographicImageRegistrationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackObjectRequest
Available on crate feature VNTrackObjectRequest only.
impl BorrowMut<VNRequest> for VNTrackObjectRequest
Available on crate feature
VNTrackObjectRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature VNTrackOpticalFlowRequest only.
impl BorrowMut<VNRequest> for VNTrackOpticalFlowRequest
Available on crate feature
VNTrackOpticalFlowRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackRectangleRequest
Available on crate feature VNTrackRectangleRequest only.
impl BorrowMut<VNRequest> for VNTrackRectangleRequest
Available on crate feature
VNTrackRectangleRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature VNTrackTranslationalImageRegistrationRequest only.
impl BorrowMut<VNRequest> for VNTrackTranslationalImageRegistrationRequest
Available on crate feature
VNTrackTranslationalImageRegistrationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTrackingRequest
Available on crate feature VNTrackingRequest only.
impl BorrowMut<VNRequest> for VNTrackingRequest
Available on crate feature
VNTrackingRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl BorrowMut<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature VNImageRegistrationRequest only.
impl BorrowMut<VNRequest> for VNTranslationalImageRegistrationRequest
Available on crate feature
VNImageRegistrationRequest only.source§fn borrow_mut(&mut self) -> &mut VNRequest
fn borrow_mut(&mut self) -> &mut VNRequest
Mutably borrows from an owned value. Read more
source§impl ClassType for VNRequest
impl ClassType for VNRequest
§type Mutability = InteriorMutable
type Mutability = InteriorMutable
Whether the type is mutable or immutable. Read more
source§const NAME: &'static str = "VNRequest"
const NAME: &'static str = "VNRequest"
The name of the Objective-C class that this type represents. Read more
source§fn class() -> &'static AnyClass
fn class() -> &'static AnyClass
Get a reference to the Objective-C class that this type represents. Read more
source§fn as_super_mut(&mut self) -> &mut Self::Super
fn as_super_mut(&mut self) -> &mut Self::Super
Get a mutable reference to the superclass.
source§impl NSObjectProtocol for VNRequest
impl NSObjectProtocol for VNRequest
source§fn isEqual(&self, other: &AnyObject) -> bool
fn isEqual(&self, other: &AnyObject) -> bool
Check whether the object is equal to an arbitrary other object. Read more
source§fn hash(&self) -> usize
fn hash(&self) -> usize
An integer that can be used as a table address in a hash table
structure. Read more
source§fn isKindOfClass(&self, cls: &AnyClass) -> bool
fn isKindOfClass(&self, cls: &AnyClass) -> bool
Check if the object is an instance of the class, or one of its
subclasses. Read more
source§fn is_kind_of<T>(&self) -> bool
fn is_kind_of<T>(&self) -> bool
Check if the object is an instance of the class type, or one of its
subclasses. Read more
source§fn isMemberOfClass(&self, cls: &AnyClass) -> bool
fn isMemberOfClass(&self, cls: &AnyClass) -> bool
Check if the object is an instance of a specific class, without
checking subclasses. Read more
source§fn respondsToSelector(&self, aSelector: Sel) -> bool
fn respondsToSelector(&self, aSelector: Sel) -> bool
Check whether the object implements or inherits a method with the
given selector. Read more
source§fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
fn conformsToProtocol(&self, aProtocol: &AnyProtocol) -> bool
Check whether the object conforms to a given protocol. Read more
source§fn debugDescription(&self) -> Retained<NSObject>
fn debugDescription(&self) -> Retained<NSObject>
A textual representation of the object to use when debugging. Read more
source§impl PartialEq for VNRequest
impl PartialEq for VNRequest
source§impl RefEncode for VNRequest
impl RefEncode for VNRequest
source§const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
const ENCODING_REF: Encoding = <NSObject as ::objc2::RefEncode>::ENCODING_REF
The Objective-C type-encoding for a reference of this type. Read more
impl Eq for VNRequest
impl Message for VNRequest
impl StructuralPartialEq for VNRequest
Auto Trait Implementations§
impl !Freeze for VNRequest
impl !RefUnwindSafe for VNRequest
impl !Send for VNRequest
impl !Sync for VNRequest
impl !Unpin for VNRequest
impl !UnwindSafe for VNRequest
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> CounterpartOrSelf for T
impl<T> CounterpartOrSelf for T
§type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable
type Immutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Immutable
The immutable counterpart of the type, or
Self if the type has no
immutable counterpart. Read more§type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable
type Mutable = <<T as ClassType>::Mutability as MutabilityCounterpartOrSelf<T>>::Mutable
The mutable counterpart of the type, or
Self if the type has no
mutable counterpart. Read more