pub struct RwBone {
pub bone_id: i32,
pub bone_index: i32,
pub flags: i32,
}Fields§
§bone_id: i32§bone_index: i32§flags: i32Trait Implementations§
impl Copy for RwBone
impl Eq for RwBone
impl StructuralPartialEq for RwBone
Auto Trait Implementations§
impl Freeze for RwBone
impl RefUnwindSafe for RwBone
impl Send for RwBone
impl Sync for RwBone
impl Unpin for RwBone
impl UnwindSafe for RwBone
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