Struct ctru_sys::aptCaptureBufInfo
source · #[repr(C)]pub struct aptCaptureBufInfo {
pub size: u32_,
pub is3D: u32_,
pub top: aptCaptureBufInfo__bindgen_ty_1,
pub bottom: aptCaptureBufInfo__bindgen_ty_1,
}
Expand description
APT capture buffer information.
Fields§
§size: u32_
§is3D: u32_
§top: aptCaptureBufInfo__bindgen_ty_1
§bottom: aptCaptureBufInfo__bindgen_ty_1
Trait Implementations§
source§impl Clone for aptCaptureBufInfo
impl Clone for aptCaptureBufInfo
source§fn clone(&self) -> aptCaptureBufInfo
fn clone(&self) -> aptCaptureBufInfo
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for aptCaptureBufInfo
impl Debug for aptCaptureBufInfo
source§impl Default for aptCaptureBufInfo
impl Default for aptCaptureBufInfo
source§fn default() -> aptCaptureBufInfo
fn default() -> aptCaptureBufInfo
Returns the “default value” for a type. Read more