Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainsNoCopy ¶
type ContainsNoCopy struct { //cloner:copyptr NoCopy *sync.Mutex //cloner:copyptr NoCopyMap map[int]*sync.Mutex Ignored *sync.Mutex //cloner:copyptr C chan int //cloner:copyptr CC map[string]chan int //cloner:make CS []chan int //cloner:copyptr NamedFunc namedFunc }
func (ContainsNoCopy) Clone ¶
func (v ContainsNoCopy) Clone() ContainsNoCopy
Click to show internal directories.
Click to hide internal directories.