Skip to main content

IPhotographCameraParameterMethods

Trait IPhotographCameraParameterMethods 

Source
pub trait IPhotographCameraParameterMethods: IPhotographCameraParameter {
    // Provided methods
    fn get_distance(self) -> f32 { ... }
    fn get_limit_move_x(self) -> f32 { ... }
    fn get_limit_move_y(self) -> f32 { ... }
    fn get_limit_angle_y(self) -> f32 { ... }
    fn get_fov(self) -> f32 { ... }
    fn get_limit_fov(self) -> f32 { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_distance(self) -> f32

get_Distance() overload

Source

fn get_limit_move_x(self) -> f32

get_LimitMoveX() overload

Source

fn get_limit_move_y(self) -> f32

get_LimitMoveY() overload

Source

fn get_limit_angle_y(self) -> f32

get_LimitAngleY() overload

Source

fn get_fov(self) -> f32

get_Fov() overload

Source

fn get_limit_fov(self) -> f32

get_LimitFov() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IPhotographCameraParameter> IPhotographCameraParameterMethods for __T

Available on crate feature app-photographcameraparameter only.