#[repr(C)]pub struct _TAPE_WRITE_MARKS {
pub Type: DWORD,
pub Count: DWORD,
pub Immediate: BOOLEAN,
}
Fields§
§Type: DWORD
§Count: DWORD
§Immediate: BOOLEAN
Trait Implementations§
Source§impl Clone for _TAPE_WRITE_MARKS
impl Clone for _TAPE_WRITE_MARKS
Source§fn clone(&self) -> _TAPE_WRITE_MARKS
fn clone(&self) -> _TAPE_WRITE_MARKS
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 _TAPE_WRITE_MARKS
impl Debug for _TAPE_WRITE_MARKS
Source§impl Ord for _TAPE_WRITE_MARKS
impl Ord for _TAPE_WRITE_MARKS
Source§fn cmp(&self, other: &_TAPE_WRITE_MARKS) -> Ordering
fn cmp(&self, other: &_TAPE_WRITE_MARKS) -> 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 _TAPE_WRITE_MARKS
impl PartialEq for _TAPE_WRITE_MARKS
Source§impl PartialOrd for _TAPE_WRITE_MARKS
impl PartialOrd for _TAPE_WRITE_MARKS
impl Copy for _TAPE_WRITE_MARKS
impl Eq for _TAPE_WRITE_MARKS
impl StructuralPartialEq for _TAPE_WRITE_MARKS
Auto Trait Implementations§
impl Freeze for _TAPE_WRITE_MARKS
impl RefUnwindSafe for _TAPE_WRITE_MARKS
impl Send for _TAPE_WRITE_MARKS
impl Sync for _TAPE_WRITE_MARKS
impl Unpin for _TAPE_WRITE_MARKS
impl UnwindSafe for _TAPE_WRITE_MARKS
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