#[repr(C)]pub struct _NVFBC_SIZE {
pub w: u32,
pub h: u32,
}Expand description
Size used to describe the size of a frame.
Fields§
§w: u32[in] Width.
h: u32[in] Height.
Trait Implementations§
Source§impl Clone for _NVFBC_SIZE
impl Clone for _NVFBC_SIZE
Source§fn clone(&self) -> _NVFBC_SIZE
fn clone(&self) -> _NVFBC_SIZE
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _NVFBC_SIZE
impl Debug for _NVFBC_SIZE
impl Copy for _NVFBC_SIZE
Auto Trait Implementations§
impl Freeze for _NVFBC_SIZE
impl RefUnwindSafe for _NVFBC_SIZE
impl Send for _NVFBC_SIZE
impl Sync for _NVFBC_SIZE
impl Unpin for _NVFBC_SIZE
impl UnwindSafe for _NVFBC_SIZE
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