pub struct GridRotationStruct {
pub rotation: UnityQuaternion,
pub position: UnityFloat3,
}Expand description
Block placement grid rotation component.
Fields§
§rotation: UnityQuaternionGrid rotation
position: UnityFloat3Grid position
Trait Implementations§
Source§impl Clone for GridRotationStruct
impl Clone for GridRotationStruct
Source§fn clone(&self) -> GridRotationStruct
fn clone(&self) -> GridRotationStruct
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 moreSource§impl Parsable for GridRotationStruct
impl Parsable for GridRotationStruct
impl Copy for GridRotationStruct
Auto Trait Implementations§
impl Freeze for GridRotationStruct
impl RefUnwindSafe for GridRotationStruct
impl Send for GridRotationStruct
impl Sync for GridRotationStruct
impl Unpin for GridRotationStruct
impl UnwindSafe for GridRotationStruct
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