#[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_1Trait Implementations§
Source§impl Clone for aptCaptureBufInfo
impl Clone for aptCaptureBufInfo
Source§fn clone(&self) -> aptCaptureBufInfo
fn clone(&self) -> aptCaptureBufInfo
Returns a duplicate 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
impl Copy for aptCaptureBufInfo
Auto Trait Implementations§
impl Freeze for aptCaptureBufInfo
impl RefUnwindSafe for aptCaptureBufInfo
impl Send for aptCaptureBufInfo
impl Sync for aptCaptureBufInfo
impl Unpin for aptCaptureBufInfo
impl UnwindSafe for aptCaptureBufInfo
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)