pub struct VNDocumentCameraViewController;Implementations§
Source§impl VNDocumentCameraViewController
impl VNDocumentCameraViewController
pub fn support_info() -> Result<AreaSupportInfo, VisionKitError>
pub fn is_available_on_current_platform() -> Result<bool, VisionKitError>
pub fn new() -> Result<Self, VisionKitError>
Auto Trait Implementations§
impl Freeze for VNDocumentCameraViewController
impl RefUnwindSafe for VNDocumentCameraViewController
impl Send for VNDocumentCameraViewController
impl Sync for VNDocumentCameraViewController
impl Unpin for VNDocumentCameraViewController
impl UnsafeUnpin for VNDocumentCameraViewController
impl UnwindSafe for VNDocumentCameraViewController
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