Skip to content

Commit

Permalink
add documentation for all_known
Browse files Browse the repository at this point in the history
  • Loading branch information
l1npengtul committed Sep 28, 2021
1 parent 43825bd commit 7907366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ pub enum KnownCameraControls {
Focus,
}

/// All camera controls in an array.
#[must_use]
pub fn all_known_camera_controls() -> [KnownCameraControls; 17] {
[
Expand Down

0 comments on commit 7907366

Please sign in to comment.