#[repr(C)]pub struct ArkUI_ExpectedFrameRateRange {
pub min: u32,
pub max: u32,
pub expected: u32,
}Available on crate feature
api-12 only.Expand description
Defines the expected frame rate range of the animation.
Available since API-level: 12
Fields§
§min: u32Expected minimum frame rate.
max: u32Expected maximum frame rate.
expected: u32Expected optimal frame rate.
Auto Trait Implementations§
impl Freeze for ArkUI_ExpectedFrameRateRange
impl RefUnwindSafe for ArkUI_ExpectedFrameRateRange
impl Send for ArkUI_ExpectedFrameRateRange
impl Sync for ArkUI_ExpectedFrameRateRange
impl Unpin for ArkUI_ExpectedFrameRateRange
impl UnwindSafe for ArkUI_ExpectedFrameRateRange
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