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