#[repr(C)]pub struct Tk_ElementOptionSpec {
pub name: *mut c_char,
pub type_: Tk_OptionType,
}Fields§
§name: *mut c_char§type_: Tk_OptionTypeTrait Implementations§
Source§impl Clone for Tk_ElementOptionSpec
impl Clone for Tk_ElementOptionSpec
Source§fn clone(&self) -> Tk_ElementOptionSpec
fn clone(&self) -> Tk_ElementOptionSpec
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_ElementOptionSpec
impl Debug for Tk_ElementOptionSpec
impl Copy for Tk_ElementOptionSpec
Auto Trait Implementations§
impl Freeze for Tk_ElementOptionSpec
impl RefUnwindSafe for Tk_ElementOptionSpec
impl !Send for Tk_ElementOptionSpec
impl !Sync for Tk_ElementOptionSpec
impl Unpin for Tk_ElementOptionSpec
impl UnwindSafe for Tk_ElementOptionSpec
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