[−][src]Struct gst::ffi::Union_pthread_attr_t
Fields
_bindgen_data_: [u64; 7]
Methods
impl Union_pthread_attr_t
[src]
pub unsafe fn __size(&mut self) -> *mut [c_char; 56]
[src]
pub unsafe fn __align(&mut self) -> *mut c_long
[src]
Trait Implementations
impl Default for Union_pthread_attr_t
[src]
fn default() -> Union_pthread_attr_t
[src]
impl Clone for Union_pthread_attr_t
[src]
fn clone(&self) -> Union_pthread_attr_t
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Union_pthread_attr_t
[src]
Auto Trait Implementations
impl Send for Union_pthread_attr_t
impl Sync for Union_pthread_attr_t
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,