#[repr(C)]pub struct TAPE_PREPARE {
pub Operation: PREPARE_TAPE_OPERATION,
pub Immediate: u8,
}Fields§
§Operation: PREPARE_TAPE_OPERATION§Immediate: u8Trait Implementations§
Source§impl Abi for TAPE_PREPARE
impl Abi for TAPE_PREPARE
Source§type Abi = TAPE_PREPARE
type Abi = TAPE_PREPARE
The abi representation of the implementing type. Read more
type DefaultType = TAPE_PREPARE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TAPE_PREPARE
impl Clone for TAPE_PREPARE
Source§fn clone(&self) -> TAPE_PREPARE
fn clone(&self) -> TAPE_PREPARE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TAPE_PREPARE
Source§impl Debug for TAPE_PREPARE
impl Debug for TAPE_PREPARE
Source§impl Default for TAPE_PREPARE
impl Default for TAPE_PREPARE
impl Eq for TAPE_PREPARE
Auto Trait Implementations§
impl Freeze for TAPE_PREPARE
impl RefUnwindSafe for TAPE_PREPARE
impl Send for TAPE_PREPARE
impl Sync for TAPE_PREPARE
impl Unpin for TAPE_PREPARE
impl UnsafeUnpin for TAPE_PREPARE
impl UnwindSafe for TAPE_PREPARE
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