#[repr(transparent)]pub struct WPD_BITRATE_TYPES(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for WPD_BITRATE_TYPES
impl Clone for WPD_BITRATE_TYPES
Source§fn clone(&self) -> WPD_BITRATE_TYPES
fn clone(&self) -> WPD_BITRATE_TYPES
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WPD_BITRATE_TYPES
impl Debug for WPD_BITRATE_TYPES
Source§impl Default for WPD_BITRATE_TYPES
impl Default for WPD_BITRATE_TYPES
Source§fn default() -> WPD_BITRATE_TYPES
fn default() -> WPD_BITRATE_TYPES
Returns the “default value” for a type. Read more
Source§impl PartialEq for WPD_BITRATE_TYPES
impl PartialEq for WPD_BITRATE_TYPES
impl Copy for WPD_BITRATE_TYPES
impl Eq for WPD_BITRATE_TYPES
impl StructuralPartialEq for WPD_BITRATE_TYPES
Auto Trait Implementations§
impl Freeze for WPD_BITRATE_TYPES
impl RefUnwindSafe for WPD_BITRATE_TYPES
impl Send for WPD_BITRATE_TYPES
impl Sync for WPD_BITRATE_TYPES
impl Unpin for WPD_BITRATE_TYPES
impl UnwindSafe for WPD_BITRATE_TYPES
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more