#[repr(C)]pub struct IdaxShowWidgetOptions {
pub position: c_int,
pub restore_previous: c_int,
}Fields§
§position: c_int§restore_previous: c_intTrait Implementations§
Source§impl Clone for IdaxShowWidgetOptions
impl Clone for IdaxShowWidgetOptions
Source§fn clone(&self) -> IdaxShowWidgetOptions
fn clone(&self) -> IdaxShowWidgetOptions
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 IdaxShowWidgetOptions
impl Debug for IdaxShowWidgetOptions
Source§impl Default for IdaxShowWidgetOptions
impl Default for IdaxShowWidgetOptions
Source§fn default() -> IdaxShowWidgetOptions
fn default() -> IdaxShowWidgetOptions
Returns the “default value” for a type. Read more
impl Copy for IdaxShowWidgetOptions
Auto Trait Implementations§
impl Freeze for IdaxShowWidgetOptions
impl RefUnwindSafe for IdaxShowWidgetOptions
impl Send for IdaxShowWidgetOptions
impl Sync for IdaxShowWidgetOptions
impl Unpin for IdaxShowWidgetOptions
impl UnsafeUnpin for IdaxShowWidgetOptions
impl UnwindSafe for IdaxShowWidgetOptions
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