#[repr(C)]pub struct Tk_ConfigSpec {
pub type_: c_int,
pub argvName: *const c_char,
pub dbName: Tk_Uid,
pub dbClass: Tk_Uid,
pub defValue: Tk_Uid,
pub offset: c_int,
pub specFlags: c_int,
pub customPtr: *const Tk_CustomOption,
}Fields§
§type_: c_int§argvName: *const c_char§dbName: Tk_Uid§dbClass: Tk_Uid§defValue: Tk_Uid§offset: c_int§specFlags: c_int§customPtr: *const Tk_CustomOptionTrait Implementations§
Source§impl Clone for Tk_ConfigSpec
impl Clone for Tk_ConfigSpec
Source§fn clone(&self) -> Tk_ConfigSpec
fn clone(&self) -> Tk_ConfigSpec
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 Tk_ConfigSpec
impl Debug for Tk_ConfigSpec
impl Copy for Tk_ConfigSpec
Auto Trait Implementations§
impl Freeze for Tk_ConfigSpec
impl RefUnwindSafe for Tk_ConfigSpec
impl !Send for Tk_ConfigSpec
impl !Sync for Tk_ConfigSpec
impl Unpin for Tk_ConfigSpec
impl UnwindSafe for Tk_ConfigSpec
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