#[repr(C)]pub struct FtAfterImageKey {
pub pos: Vec3,
pub rot: Vec3,
}Fields§
§pos: Vec3§rot: Vec3Trait Implementations§
Source§impl Clone for FtAfterImageKey
impl Clone for FtAfterImageKey
Source§fn clone(&self) -> FtAfterImageKey
fn clone(&self) -> FtAfterImageKey
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 Debug for FtAfterImageKey
impl Debug for FtAfterImageKey
impl Copy for FtAfterImageKey
Auto Trait Implementations§
impl Freeze for FtAfterImageKey
impl RefUnwindSafe for FtAfterImageKey
impl Send for FtAfterImageKey
impl Sync for FtAfterImageKey
impl Unpin for FtAfterImageKey
impl UnwindSafe for FtAfterImageKey
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