#[repr(C)]pub struct NvSBox {
pub sX: i32,
pub sY: i32,
pub sWidth: i32,
pub sHeight: i32,
}Fields§
§sX: i32§sY: i32§sWidth: i32§sHeight: i32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NvSBox
impl RefUnwindSafe for NvSBox
impl Send for NvSBox
impl Sync for NvSBox
impl Unpin for NvSBox
impl UnwindSafe for NvSBox
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