Struct nvfbc_sys::_NVFBC_SIZE
source · [−]Expand description
Size used to describe the size of a frame.
Fields
w: u32[in] Width.
h: u32[in] Height.
Trait Implementations
sourceimpl Clone for _NVFBC_SIZE
impl Clone for _NVFBC_SIZE
sourcefn clone(&self) -> _NVFBC_SIZE
fn clone(&self) -> _NVFBC_SIZE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _NVFBC_SIZE
impl Debug for _NVFBC_SIZE
impl Copy for _NVFBC_SIZE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more