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