Struct vkrs::audio::Reorder [] [src]

pub struct Reorder { /* fields omitted */ }

The audio.reorder API request.

Methods

impl Reorder
[src]

Trait Implementations

impl Debug for Reorder
[src]

Formats the value using the given formatter.

impl PartialEq for Reorder
[src]

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

This method tests for !=.

impl Clone for Reorder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Request for Reorder
[src]