Struct ambient_api_core::entity::RawTransforms
source · pub struct RawTransforms { /* private fields */ }
Expand description
Unconverted bindgen transforms
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RawTransforms
impl Send for RawTransforms
impl Sync for RawTransforms
impl Unpin for RawTransforms
impl UnwindSafe for RawTransforms
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