pub struct Tcl_ChannelTypeVersion_ { /* private fields */ }Trait Implementations§
Source§impl Clone for Tcl_ChannelTypeVersion_
impl Clone for Tcl_ChannelTypeVersion_
Source§fn clone(&self) -> Tcl_ChannelTypeVersion_
fn clone(&self) -> Tcl_ChannelTypeVersion_
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 Tcl_ChannelTypeVersion_
impl Debug for Tcl_ChannelTypeVersion_
impl Copy for Tcl_ChannelTypeVersion_
Auto Trait Implementations§
impl Freeze for Tcl_ChannelTypeVersion_
impl RefUnwindSafe for Tcl_ChannelTypeVersion_
impl Send for Tcl_ChannelTypeVersion_
impl Sync for Tcl_ChannelTypeVersion_
impl Unpin for Tcl_ChannelTypeVersion_
impl UnwindSafe for Tcl_ChannelTypeVersion_
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