Enum enet_proto::SetValue [−][src]
pub enum SetValue {
On(ClickDuration),
Off(ClickDuration),
Dimm(u8),
Blinds(u8),
}Variants
On(ClickDuration)Tuple Fields of On
Off(ClickDuration)Tuple Fields of Off
Dimm(u8)Tuple Fields of Dimm
0: u8Blinds(u8)Tuple Fields of Blinds
0: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SetValue
impl UnwindSafe for SetValue
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more