#[repr(C)]pub struct NV_RECT {
pub left: u32,
pub top: u32,
pub right: u32,
pub bottom: u32,
}Fields§
§left: u32§top: u32§right: u32§bottom: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NV_RECT
impl RefUnwindSafe for NV_RECT
impl Send for NV_RECT
impl Sync for NV_RECT
impl Unpin for NV_RECT
impl UnwindSafe for NV_RECT
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