Struct WPD_META_GENRES
#[repr(transparent)]pub struct WPD_META_GENRES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WPD_META_GENRES
impl Clone for WPD_META_GENRES
§fn clone(&self) -> WPD_META_GENRES
fn clone(&self) -> WPD_META_GENRES
Returns a copy 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 more§impl Debug for WPD_META_GENRES
impl Debug for WPD_META_GENRES
§impl Default for WPD_META_GENRES
impl Default for WPD_META_GENRES
§fn default() -> WPD_META_GENRES
fn default() -> WPD_META_GENRES
Returns the “default value” for a type. Read more
§impl PartialEq for WPD_META_GENRES
impl PartialEq for WPD_META_GENRES
impl Copy for WPD_META_GENRES
impl Eq for WPD_META_GENRES
impl StructuralPartialEq for WPD_META_GENRES
Auto Trait Implementations§
impl Freeze for WPD_META_GENRES
impl RefUnwindSafe for WPD_META_GENRES
impl Send for WPD_META_GENRES
impl Sync for WPD_META_GENRES
impl Unpin for WPD_META_GENRES
impl UnwindSafe for WPD_META_GENRES
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