#[repr(C)]pub struct TAPE_ERASE {
pub Type: ERASE_TAPE_TYPE,
pub Immediate: u8,
}Fields§
§Type: ERASE_TAPE_TYPE§Immediate: u8Trait Implementations§
Source§impl Abi for TAPE_ERASE
impl Abi for TAPE_ERASE
Source§type Abi = TAPE_ERASE
type Abi = TAPE_ERASE
The abi representation of the implementing type. Read more
type DefaultType = TAPE_ERASE
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_ERASE
impl Clone for TAPE_ERASE
Source§fn clone(&self) -> TAPE_ERASE
fn clone(&self) -> TAPE_ERASE
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_ERASE
Source§impl Debug for TAPE_ERASE
impl Debug for TAPE_ERASE
Source§impl Default for TAPE_ERASE
impl Default for TAPE_ERASE
impl Eq for TAPE_ERASE
Auto Trait Implementations§
impl Freeze for TAPE_ERASE
impl RefUnwindSafe for TAPE_ERASE
impl Send for TAPE_ERASE
impl Sync for TAPE_ERASE
impl Unpin for TAPE_ERASE
impl UnsafeUnpin for TAPE_ERASE
impl UnwindSafe for TAPE_ERASE
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