Struct psvr::command::SetHmdLeds [] [src]

pub struct SetHmdLeds {
    pub led_mask: u16,
    pub values: [u8; 9],
    pub reserved: [u8; 5],
}

Sets the state of a LED on the HMD.

Fields

Trait Implementations

impl Clone for SetHmdLeds
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetHmdLeds
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetHmdLeds
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SetHmdLeds
[src]

impl Command for SetHmdLeds
[src]

ID: u8 = 21

[src]

[src]

Gets the raw bytes that make up the payload.