Documentation ¶
Index ¶
- Variables
- type IpcSemEntry
- func (*IpcSemEntry) Descriptor() ([]byte, []int)deprecated
- func (x *IpcSemEntry) GetDesc() *ipc_desc.IpcDescEntry
- func (x *IpcSemEntry) GetNsems() uint32
- func (*IpcSemEntry) ProtoMessage()
- func (x *IpcSemEntry) ProtoReflect() protoreflect.Message
- func (x *IpcSemEntry) Reset()
- func (x *IpcSemEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ipc_sem_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IpcSemEntry ¶
type IpcSemEntry struct { Desc *ipc_desc.IpcDescEntry `protobuf:"bytes,1,req,name=desc" json:"desc,omitempty"` Nsems *uint32 `protobuf:"varint,2,req,name=nsems" json:"nsems,omitempty"` // contains filtered or unexported fields }
func (*IpcSemEntry) Descriptor
deprecated
func (*IpcSemEntry) Descriptor() ([]byte, []int)
Deprecated: Use IpcSemEntry.ProtoReflect.Descriptor instead.
func (*IpcSemEntry) GetDesc ¶
func (x *IpcSemEntry) GetDesc() *ipc_desc.IpcDescEntry
func (*IpcSemEntry) GetNsems ¶
func (x *IpcSemEntry) GetNsems() uint32
func (*IpcSemEntry) ProtoMessage ¶
func (*IpcSemEntry) ProtoMessage()
func (*IpcSemEntry) ProtoReflect ¶
func (x *IpcSemEntry) ProtoReflect() protoreflect.Message
func (*IpcSemEntry) Reset ¶
func (x *IpcSemEntry) Reset()
func (*IpcSemEntry) String ¶
func (x *IpcSemEntry) String() string
Click to show internal directories.
Click to hide internal directories.