Struct gst::ffi::Struct___sched_param [−][src]
#[repr(C)]pub struct Struct___sched_param { pub __sched_priority: c_int, }
Fields
__sched_priority: c_int
Trait Implementations
impl Clone for Struct___sched_param
[src]
impl Clone for Struct___sched_param
fn clone(&self) -> Struct___sched_param
[src]
fn clone(&self) -> Struct___sched_param
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for Struct___sched_param
[src]
impl Copy for Struct___sched_param
impl Default for Struct___sched_param
[src]
impl Default for Struct___sched_param
fn default() -> Struct___sched_param
[src]
fn default() -> Struct___sched_param
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct___sched_param
impl Send for Struct___sched_param
impl Sync for Struct___sched_param
impl Sync for Struct___sched_param