#[repr(C)]pub struct DrivenTransformProperties {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl DrivenTransformProperties
impl DrivenTransformProperties
pub fn none() -> Self
pub fn all() -> Self
pub fn anchored_position_x() -> Self
pub fn anchored_position_y() -> Self
pub fn anchored_position_z() -> Self
pub fn rotation() -> Self
pub fn scale_x() -> Self
pub fn scale_y() -> Self
pub fn scale_z() -> Self
pub fn anchor_min_x() -> Self
pub fn anchor_min_y() -> Self
pub fn anchor_max_x() -> Self
pub fn anchor_max_y() -> Self
pub fn size_delta_x() -> Self
pub fn size_delta_y() -> Self
pub fn pivot_x() -> Self
pub fn pivot_y() -> Self
pub fn anchored_position() -> Self
pub fn anchored_position3_d() -> Self
pub fn scale() -> Self
pub fn anchor_min() -> Self
pub fn anchor_max() -> Self
pub fn anchors() -> Self
pub fn size_delta() -> Self
pub fn pivot() -> Self
Trait Implementations§
Source§impl Clone for DrivenTransformProperties
impl Clone for DrivenTransformProperties
Source§fn clone(&self) -> DrivenTransformProperties
fn clone(&self) -> DrivenTransformProperties
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DrivenTransformProperties
impl Debug for DrivenTransformProperties
Source§impl PartialEq for DrivenTransformProperties
impl PartialEq for DrivenTransformProperties
impl Copy for DrivenTransformProperties
impl Eq for DrivenTransformProperties
impl StructuralPartialEq for DrivenTransformProperties
Auto Trait Implementations§
impl Freeze for DrivenTransformProperties
impl RefUnwindSafe for DrivenTransformProperties
impl Send for DrivenTransformProperties
impl Sync for DrivenTransformProperties
impl Unpin for DrivenTransformProperties
impl UnwindSafe for DrivenTransformProperties
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)