#[repr(C)]pub struct RTCGrid {
pub startVertexID: c_uint,
pub stride: c_uint,
pub width: c_ushort,
pub height: c_ushort,
}
Fields§
§startVertexID: c_uint
§stride: c_uint
§width: c_ushort
§height: c_ushort
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RTCGrid
impl RefUnwindSafe for RTCGrid
impl Send for RTCGrid
impl Sync for RTCGrid
impl Unpin for RTCGrid
impl UnwindSafe for RTCGrid
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