#[repr(C)]pub struct ECBBones {
pub topY: f32,
pub botY: f32,
pub left: Vec2,
pub right: Vec2,
}Expand description
Structs
Fields§
§topY: f32§botY: f32§left: Vec2§right: Vec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECBBones
impl RefUnwindSafe for ECBBones
impl Send for ECBBones
impl Sync for ECBBones
impl Unpin for ECBBones
impl UnwindSafe for ECBBones
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