Struct psvr::command::SetCinematicConfiguration [] [src]

pub struct SetCinematicConfiguration {
    pub mask: u8,
    pub screen_size: u8,
    pub screen_distance: u8,
    pub ipd: u8,
    pub reserved0: [u8; 6],
    pub brightness: u8,
    pub mic_volume: u8,
    pub reserved1: [u8; 2],
    pub unknown: bool,
    pub reserved2: u8,
}

Sets the cinematic configuration.

Fields

Trait Implementations

impl Clone for SetCinematicConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetCinematicConfiguration
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetCinematicConfiguration
[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 SetCinematicConfiguration
[src]

impl Command for SetCinematicConfiguration
[src]

ID: u8 = 33

[src]

[src]

Gets the raw bytes that make up the payload.