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