Struct obs_transform_info
Source #[repr(C)]
pub struct obs_transform_info {
pub pos: vec2,
pub rot: f32,
pub scale: vec2,
pub alignment: u32,
pub bounds_type: obs_bounds_type,
pub bounds_alignment: u32,
pub bounds: vec2,
pub crop_to_bounds: bool,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.