#[repr(C)]pub struct FrameRate {
pub framesPerSecond: uint32,
pub flags: uint32,
}Fields§
§framesPerSecond: uint32§flags: uint32Trait Implementations§
impl Copy for FrameRate
impl Send for FrameRate
impl Sync for FrameRate
Auto Trait Implementations§
impl Freeze for FrameRate
impl RefUnwindSafe for FrameRate
impl Unpin for FrameRate
impl UnwindSafe for FrameRate
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