#[repr(C)]pub struct CAFrameRateRange {
pub minimum: c_float,
pub maximum: c_float,
pub preferred: c_float,
}
Available on crate feature
CAFrameRateRange
only.Expand description
Fields§
§minimum: c_float
§maximum: c_float
§preferred: c_float
Implementations§
Source§impl CAFrameRateRange
impl CAFrameRateRange
pub unsafe fn new( minimum: c_float, maximum: c_float, preferred: c_float, ) -> CAFrameRateRange
pub unsafe fn is_equal_to_range( self: CAFrameRateRange, other: CAFrameRateRange, ) -> bool
Trait Implementations§
Source§impl Clone for CAFrameRateRange
impl Clone for CAFrameRateRange
Source§fn clone(&self) -> CAFrameRateRange
fn clone(&self) -> CAFrameRateRange
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 CAFrameRateRange
impl Debug for CAFrameRateRange
Source§impl Encode for CAFrameRateRange
impl Encode for CAFrameRateRange
Source§impl PartialEq for CAFrameRateRange
impl PartialEq for CAFrameRateRange
Source§impl RefEncode for CAFrameRateRange
impl RefEncode for CAFrameRateRange
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 CAFrameRateRange
impl StructuralPartialEq for CAFrameRateRange
Auto Trait Implementations§
impl Freeze for CAFrameRateRange
impl RefUnwindSafe for CAFrameRateRange
impl Send for CAFrameRateRange
impl Sync for CAFrameRateRange
impl Unpin for CAFrameRateRange
impl UnwindSafe for CAFrameRateRange
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.