#[repr(C)]pub struct Tk_Dash {
pub number: c_int,
pub pattern: Tk_Dash__bindgen_ty_1,
}Fields§
§number: c_int§pattern: Tk_Dash__bindgen_ty_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tk_Dash
impl RefUnwindSafe for Tk_Dash
impl !Send for Tk_Dash
impl !Sync for Tk_Dash
impl Unpin for Tk_Dash
impl UnwindSafe for Tk_Dash
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