#[repr(C)]pub struct MPSImageKeypointRangeInfo {
pub maximumKeypoints: NSUInteger,
pub minimumThresholdValue: c_float,
}Available on crate feature
MPSImageKeypoint only.Expand description
Specifies information to find the keypoints in an image.
See also Apple’s documentation
Fields§
§maximumKeypoints: NSUIntegermaximum number of keypoints
minimumThresholdValue: c_floatminimum threshold value - value between 0.0 and 1.0f
Trait Implementations§
Source§impl Clone for MPSImageKeypointRangeInfo
Available on crate feature MPSImage only.
impl Clone for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Source§fn clone(&self) -> MPSImageKeypointRangeInfo
fn clone(&self) -> MPSImageKeypointRangeInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MPSImageKeypointRangeInfo
Available on crate feature MPSImage only.
impl Debug for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Source§impl Encode for MPSImageKeypointRangeInfo
Available on crate feature MPSImage only.
impl Encode for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Source§impl PartialEq for MPSImageKeypointRangeInfo
Available on crate feature MPSImage only.
impl PartialEq for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Source§impl RefEncode for MPSImageKeypointRangeInfo
Available on crate feature MPSImage only.
impl RefEncode for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.impl StructuralPartialEq for MPSImageKeypointRangeInfo
Available on crate feature
MPSImage only.Auto Trait Implementations§
impl Freeze for MPSImageKeypointRangeInfo
impl RefUnwindSafe for MPSImageKeypointRangeInfo
impl Send for MPSImageKeypointRangeInfo
impl Sync for MPSImageKeypointRangeInfo
impl Unpin for MPSImageKeypointRangeInfo
impl UnwindSafe for MPSImageKeypointRangeInfo
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.