#[repr(C)]pub struct SMAPIVerbArray {
pub cMAPIVerb: u32,
pub aMAPIVerb: [SMAPIVerb; 1],
}Fields§
§cMAPIVerb: u32§aMAPIVerb: [SMAPIVerb; 1]Trait Implementations§
Source§impl Clone for SMAPIVerbArray
impl Clone for SMAPIVerbArray
Source§fn clone(&self) -> SMAPIVerbArray
fn clone(&self) -> SMAPIVerbArray
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 SMAPIVerbArray
Source§impl Debug for SMAPIVerbArray
impl Debug for SMAPIVerbArray
Source§impl Default for SMAPIVerbArray
impl Default for SMAPIVerbArray
Source§fn default() -> SMAPIVerbArray
fn default() -> SMAPIVerbArray
Returns the “default value” for a type. Read more
Source§impl PartialEq for SMAPIVerbArray
impl PartialEq for SMAPIVerbArray
Source§fn eq(&self, other: &SMAPIVerbArray) -> bool
fn eq(&self, other: &SMAPIVerbArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SMAPIVerbArray
Auto Trait Implementations§
impl !Send for SMAPIVerbArray
impl !Sync for SMAPIVerbArray
impl Freeze for SMAPIVerbArray
impl RefUnwindSafe for SMAPIVerbArray
impl Unpin for SMAPIVerbArray
impl UnsafeUnpin for SMAPIVerbArray
impl UnwindSafe for SMAPIVerbArray
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