Struct ffmpeg_sys_next::__locale_data
source · [−]#[repr(C)]pub struct __locale_data {
pub _address: u8,
}Fields
_address: u8Trait Implementations
sourceimpl Clone for __locale_data
impl Clone for __locale_data
sourcefn clone(&self) -> __locale_data
fn clone(&self) -> __locale_data
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for __locale_data
impl Debug for __locale_data
sourceimpl PartialEq<__locale_data> for __locale_data
impl PartialEq<__locale_data> for __locale_data
sourcefn eq(&self, other: &__locale_data) -> bool
fn eq(&self, other: &__locale_data) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &__locale_data) -> bool
fn ne(&self, other: &__locale_data) -> bool
This method tests for !=.
impl Copy for __locale_data
impl Eq for __locale_data
impl StructuralEq for __locale_data
impl StructuralPartialEq for __locale_data
Auto Trait Implementations
impl RefUnwindSafe for __locale_data
impl Send for __locale_data
impl Sync for __locale_data
impl Unpin for __locale_data
impl UnwindSafe for __locale_data
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more