Struct simics_api_sys::bindings::PyBufferProcs
source · #[repr(C)]pub struct PyBufferProcs {
pub bf_getbuffer: getbufferproc,
pub bf_releasebuffer: releasebufferproc,
}
Fields§
§bf_getbuffer: getbufferproc
§bf_releasebuffer: releasebufferproc
Trait Implementations§
source§impl Clone for PyBufferProcs
impl Clone for PyBufferProcs
source§fn clone(&self) -> PyBufferProcs
fn clone(&self) -> PyBufferProcs
Returns a copy 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 PyBufferProcs
impl Debug for PyBufferProcs
source§impl Default for PyBufferProcs
impl Default for PyBufferProcs
source§fn default() -> PyBufferProcs
fn default() -> PyBufferProcs
Returns the “default value” for a type. Read more
source§impl Hash for PyBufferProcs
impl Hash for PyBufferProcs
source§impl Ord for PyBufferProcs
impl Ord for PyBufferProcs
source§fn cmp(&self, other: &PyBufferProcs) -> Ordering
fn cmp(&self, other: &PyBufferProcs) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PyBufferProcs
impl PartialEq for PyBufferProcs
source§impl PartialOrd for PyBufferProcs
impl PartialOrd for PyBufferProcs
impl Copy for PyBufferProcs
impl Eq for PyBufferProcs
impl StructuralPartialEq for PyBufferProcs
Auto Trait Implementations§
impl Freeze for PyBufferProcs
impl RefUnwindSafe for PyBufferProcs
impl Send for PyBufferProcs
impl Sync for PyBufferProcs
impl Unpin for PyBufferProcs
impl UnwindSafe for PyBufferProcs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)