pub struct RwFrame {
pub rotation_matrix: RwMatrix3,
pub coordinates_offset: RwVector3,
pub parent_frame: i32,
}
Fields§
§rotation_matrix: RwMatrix3
§coordinates_offset: RwVector3
§parent_frame: i32
Trait Implementations§
impl Copy for RwFrame
impl StructuralPartialEq for RwFrame
Auto Trait Implementations§
impl Freeze for RwFrame
impl RefUnwindSafe for RwFrame
impl Send for RwFrame
impl Sync for RwFrame
impl Unpin for RwFrame
impl UnwindSafe for RwFrame
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