Documentation ¶
Index ¶
- Variables
- type EventfdFileEntry
- func (*EventfdFileEntry) Descriptor() ([]byte, []int)deprecated
- func (x *EventfdFileEntry) GetCounter() uint64
- func (x *EventfdFileEntry) GetFlags() uint32
- func (x *EventfdFileEntry) GetFown() *fown.FownEntry
- func (x *EventfdFileEntry) GetId() uint32
- func (*EventfdFileEntry) ProtoMessage()
- func (x *EventfdFileEntry) ProtoReflect() protoreflect.Message
- func (x *EventfdFileEntry) Reset()
- func (x *EventfdFileEntry) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_eventfd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EventfdFileEntry ¶
type EventfdFileEntry struct { Id *uint32 `protobuf:"varint,1,req,name=id" json:"id,omitempty"` Flags *uint32 `protobuf:"varint,2,req,name=flags" json:"flags,omitempty"` Fown *fown.FownEntry `protobuf:"bytes,3,req,name=fown" json:"fown,omitempty"` Counter *uint64 `protobuf:"varint,4,req,name=counter" json:"counter,omitempty"` // contains filtered or unexported fields }
func (*EventfdFileEntry) Descriptor
deprecated
func (*EventfdFileEntry) Descriptor() ([]byte, []int)
Deprecated: Use EventfdFileEntry.ProtoReflect.Descriptor instead.
func (*EventfdFileEntry) GetCounter ¶
func (x *EventfdFileEntry) GetCounter() uint64
func (*EventfdFileEntry) GetFlags ¶
func (x *EventfdFileEntry) GetFlags() uint32
func (*EventfdFileEntry) GetFown ¶
func (x *EventfdFileEntry) GetFown() *fown.FownEntry
func (*EventfdFileEntry) GetId ¶
func (x *EventfdFileEntry) GetId() uint32
func (*EventfdFileEntry) ProtoMessage ¶
func (*EventfdFileEntry) ProtoMessage()
func (*EventfdFileEntry) ProtoReflect ¶
func (x *EventfdFileEntry) ProtoReflect() protoreflect.Message
func (*EventfdFileEntry) Reset ¶
func (x *EventfdFileEntry) Reset()
func (*EventfdFileEntry) String ¶
func (x *EventfdFileEntry) String() string
Click to show internal directories.
Click to hide internal directories.