pub struct CameraRow<'a, 'b> { /* private fields */ }
Expand description

Implementations§

source§

impl<'a, 'b> CameraRow<'a, 'b>

source

pub fn camera_name(&self) -> &'a Latin1Str

Get the data in column camera_name

source

pub fn pitch_angle_tolerance(&self) -> f32

Get the data in column pitch_angle_tolerance

source

pub fn starting_zoom(&self) -> f32

Get the data in column starting_zoom

source

pub fn zoom_return_modifier(&self) -> f32

Get the data in column zoom_return_modifier

source

pub fn pitch_return_modifier(&self) -> f32

Get the data in column pitch_return_modifier

source

pub fn tether_out_return_modifier(&self) -> f32

Get the data in column tether_out_return_modifier

source

pub fn tether_in_return_multiplier(&self) -> f32

Get the data in column tether_in_return_multiplier

source

pub fn verticle_movement_dampening_modifier(&self) -> f32

Get the data in column verticle_movement_dampening_modifier

source

pub fn return_from_incline_modifier(&self) -> f32

Get the data in column return_from_incline_modifier

source

pub fn horizontal_return_modifier(&self) -> f32

Get the data in column horizontal_return_modifier

source

pub fn yaw_behavior_speed_multiplier(&self) -> f32

Get the data in column yaw_behavior_speed_multiplier

source

pub fn camera_collision_padding(&self) -> f32

Get the data in column camera_collision_padding

source

pub fn glide_speed(&self) -> f32

Get the data in column glide_speed

source

pub fn fade_player_min_range(&self) -> f32

Get the data in column fade_player_min_range

source

pub fn min_movement_delta_tolerance(&self) -> f32

Get the data in column min_movement_delta_tolerance

source

pub fn min_glide_distance_tolerance(&self) -> f32

Get the data in column min_glide_distance_tolerance

source

pub fn look_forward_offset(&self) -> f32

Get the data in column look_forward_offset

source

pub fn look_up_offset(&self) -> f32

Get the data in column look_up_offset

source

pub fn minimum_vertical_dampening_distance(&self) -> f32

Get the data in column minimum_vertical_dampening_distance

source

pub fn maximum_vertical_dampening_distance(&self) -> f32

Get the data in column maximum_vertical_dampening_distance

source

pub fn minimum_ignore_jump_distance(&self) -> f32

Get the data in column minimum_ignore_jump_distance

source

pub fn maximum_ignore_jump_distance(&self) -> f32

Get the data in column maximum_ignore_jump_distance

source

pub fn maximum_auto_glide_angle(&self) -> f32

Get the data in column maximum_auto_glide_angle

source

pub fn minimum_tether_glide_distance(&self) -> f32

Get the data in column minimum_tether_glide_distance

source

pub fn yaw_sign_correction(&self) -> f32

Get the data in column yaw_sign_correction

source

pub fn set_1_look_forward_offset(&self) -> Option<f32>

Get the data in column set_1_look_forward_offset

source

pub fn set_1_look_up_offset(&self) -> Option<f32>

Get the data in column set_1_look_up_offset

source

pub fn set_2_look_forward_offset(&self) -> Option<f32>

Get the data in column set_2_look_forward_offset

source

pub fn set_2_look_up_offset(&self) -> Option<f32>

Get the data in column set_2_look_up_offset

source

pub fn set_0_speed_influence_on_dir(&self) -> Option<f32>

Get the data in column set_0_speed_influence_on_dir

source

pub fn set_1_speed_influence_on_dir(&self) -> Option<f32>

Get the data in column set_1_speed_influence_on_dir

source

pub fn set_2_speed_influence_on_dir(&self) -> Option<f32>

Get the data in column set_2_speed_influence_on_dir

source

pub fn set_0_angular_relaxation(&self) -> Option<f32>

Get the data in column set_0_angular_relaxation

source

pub fn set_1_angular_relaxation(&self) -> Option<f32>

Get the data in column set_1_angular_relaxation

source

pub fn set_2_angular_relaxation(&self) -> Option<f32>

Get the data in column set_2_angular_relaxation

source

pub fn set_0_position_up_offset(&self) -> Option<f32>

Get the data in column set_0_position_up_offset

source

pub fn set_1_position_up_offset(&self) -> Option<f32>

Get the data in column set_1_position_up_offset

source

pub fn set_2_position_up_offset(&self) -> Option<f32>

Get the data in column set_2_position_up_offset

source

pub fn set_0_position_forward_offset(&self) -> Option<f32>

Get the data in column set_0_position_forward_offset

source

pub fn set_1_position_forward_offset(&self) -> Option<f32>

Get the data in column set_1_position_forward_offset

source

pub fn set_2_position_forward_offset(&self) -> Option<f32>

Get the data in column set_2_position_forward_offset

source

pub fn set_0_fov(&self) -> Option<f32>

Get the data in column set_0_FOV

source

pub fn set_1_fov(&self) -> Option<f32>

Get the data in column set_1_FOV

source

pub fn set_2_fov(&self) -> Option<f32>

Get the data in column set_2_FOV

source

pub fn set_0_max_yaw_angle(&self) -> Option<f32>

Get the data in column set_0_max_yaw_angle

source

pub fn set_1_max_yaw_angle(&self) -> Option<f32>

Get the data in column set_1_max_yaw_angle

source

pub fn set_2_max_yaw_angle(&self) -> Option<f32>

Get the data in column set_2_max_yaw_angle

source

pub fn set_1_fade_in_camera_set_change(&self) -> Option<i32>

Get the data in column set_1_fade_in_camera_set_change

source

pub fn set_1_fade_out_camera_set_change(&self) -> Option<i32>

Get the data in column set_1_fade_out_camera_set_change

source

pub fn set_2_fade_in_camera_set_change(&self) -> Option<i32>

Get the data in column set_2_fade_in_camera_set_change

source

pub fn set_2_fade_out_camera_set_change(&self) -> Option<i32>

Get the data in column set_2_fade_out_camera_set_change

source

pub fn input_movement_scalar(&self) -> f32

Get the data in column input_movement_scalar

source

pub fn input_rotation_scalar(&self) -> f32

Get the data in column input_rotation_scalar

source

pub fn input_zoom_scalar(&self) -> f32

Get the data in column input_zoom_scalar

source

pub fn minimum_pitch_desired(&self) -> f32

Get the data in column minimum_pitch_desired

source

pub fn maximum_pitch_desired(&self) -> f32

Get the data in column maximum_pitch_desired

source

pub fn minimum_zoom(&self) -> f32

Get the data in column minimum_zoom

source

pub fn maximum_zoom(&self) -> f32

Get the data in column maximum_zoom

source

pub fn horizontal_rotate_tolerance(&self) -> f32

Get the data in column horizontal_rotate_tolerance

source

pub fn horizontal_rotate_modifier(&self) -> f32

Get the data in column horizontal_rotate_modifier

Trait Implementations§

source§

impl<'a, 'b> Clone for CameraRow<'a, 'b>

source§

fn clone(&self) -> CameraRow<'a, 'b>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a, 'b> Serialize for CameraRow<'a, 'b>

source§

fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,

Serialize this value into the given Serde serializer. Read more
source§

impl<'a, 'b> TypedRow<'a, 'b> for CameraRow<'a, 'b>

§

type Table = CameraTable<'a>

The table this row belongs to
source§

fn new(row: Row<'a>, table: &'b Self::Table) -> Self

Creates a new “typed” row from a “typed” table and a “raw” row
source§

fn get( table: &'b Self::Table, index_key: i32, key: i32, id_col: usize ) -> Option<Self>where Self: Sized,

Get a specific entry from the row by unique ID Read more
source§

impl<'a, 'b> Copy for CameraRow<'a, 'b>

Auto Trait Implementations§

§

impl<'a, 'b> RefUnwindSafe for CameraRow<'a, 'b>

§

impl<'a, 'b> Send for CameraRow<'a, 'b>

§

impl<'a, 'b> Sync for CameraRow<'a, 'b>

§

impl<'a, 'b> Unpin for CameraRow<'a, 'b>where 'a: 'b,

§

impl<'a, 'b> UnwindSafe for CameraRow<'a, 'b>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.