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