#[repr(C)]pub struct uint3 {
pub x: c_uint,
pub y: c_uint,
pub z: c_uint,
}
Fields§
§x: c_uint
§y: c_uint
§z: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uint3
impl RefUnwindSafe for uint3
impl Send for uint3
impl Sync for uint3
impl Unpin for uint3
impl UnwindSafe for uint3
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