#[repr(C)]pub struct FFFrameQueueGlobal {
pub dummy: c_char,
}
Expand description
Structure to hold global options and statistics for frame queues.
This structure is intended to allow implementing global control of the frame queues, including memory consumption caps.
It is currently empty.
Fields§
§dummy: c_char
Trait Implementations§
Source§impl Clone for FFFrameQueueGlobal
impl Clone for FFFrameQueueGlobal
Source§fn clone(&self) -> FFFrameQueueGlobal
fn clone(&self) -> FFFrameQueueGlobal
Returns a copy 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 FFFrameQueueGlobal
impl Debug for FFFrameQueueGlobal
impl Copy for FFFrameQueueGlobal
Auto Trait Implementations§
impl Freeze for FFFrameQueueGlobal
impl RefUnwindSafe for FFFrameQueueGlobal
impl Send for FFFrameQueueGlobal
impl Sync for FFFrameQueueGlobal
impl Unpin for FFFrameQueueGlobal
impl UnwindSafe for FFFrameQueueGlobal
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