#[repr(C, packed(1))]pub struct COutput_GetSegmentStaticScale {
pub Result: CEnum,
pub Scale: [f64; 3],
}Expand description
ⓘ
@privateFields§
§Result: CEnum§Scale: [f64; 3]Trait Implementations§
Source§impl Clone for COutput_GetSegmentStaticScale
impl Clone for COutput_GetSegmentStaticScale
Source§fn clone(&self) -> COutput_GetSegmentStaticScale
fn clone(&self) -> COutput_GetSegmentStaticScale
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for COutput_GetSegmentStaticScale
Auto Trait Implementations§
impl Freeze for COutput_GetSegmentStaticScale
impl RefUnwindSafe for COutput_GetSegmentStaticScale
impl Send for COutput_GetSegmentStaticScale
impl Sync for COutput_GetSegmentStaticScale
impl Unpin for COutput_GetSegmentStaticScale
impl UnwindSafe for COutput_GetSegmentStaticScale
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more