#[repr(C)]pub struct PXIDEV_SPIBuffer {
pub ptr: *mut c_void,
pub size: u32_,
pub transferOption: u8_,
pub waitOperation: u64_,
}Expand description
Card SPI transfer buffer.
Fields§
§ptr: *mut c_void< Data pointer.
size: u32_< Data size.
transferOption: u8_< Transfer options. See pxiDevMakeTransferOption
waitOperation: u64_< Wait operation. See pxiDevMakeWaitOperation
Trait Implementations§
Source§impl Clone for PXIDEV_SPIBuffer
impl Clone for PXIDEV_SPIBuffer
Source§fn clone(&self) -> PXIDEV_SPIBuffer
fn clone(&self) -> PXIDEV_SPIBuffer
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 PXIDEV_SPIBuffer
impl Debug for PXIDEV_SPIBuffer
Source§impl Default for PXIDEV_SPIBuffer
impl Default for PXIDEV_SPIBuffer
impl Copy for PXIDEV_SPIBuffer
Auto Trait Implementations§
impl Freeze for PXIDEV_SPIBuffer
impl RefUnwindSafe for PXIDEV_SPIBuffer
impl !Send for PXIDEV_SPIBuffer
impl !Sync for PXIDEV_SPIBuffer
impl Unpin for PXIDEV_SPIBuffer
impl UnwindSafe for PXIDEV_SPIBuffer
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)