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