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