Struct gst::ffi::Struct___sched_param[][src]

#[repr(C)]
pub struct Struct___sched_param { pub __sched_priority: c_int, }

Fields

Trait Implementations

impl Clone for Struct___sched_param
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct___sched_param
[src]

impl Default for Struct___sched_param
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Struct___sched_param

impl Sync for Struct___sched_param