Struct WS_CONTRACT_DESCRIPTION
#[repr(C)]pub struct WS_CONTRACT_DESCRIPTION {
pub operationCount: u32,
pub operations: *mut *mut WS_OPERATION_DESCRIPTION,
}
Fields§
§operationCount: u32
§operations: *mut *mut WS_OPERATION_DESCRIPTION
Trait Implementations§
§impl Clone for WS_CONTRACT_DESCRIPTION
impl Clone for WS_CONTRACT_DESCRIPTION
§fn clone(&self) -> WS_CONTRACT_DESCRIPTION
fn clone(&self) -> WS_CONTRACT_DESCRIPTION
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 moreimpl Copy for WS_CONTRACT_DESCRIPTION
Auto Trait Implementations§
impl Freeze for WS_CONTRACT_DESCRIPTION
impl RefUnwindSafe for WS_CONTRACT_DESCRIPTION
impl !Send for WS_CONTRACT_DESCRIPTION
impl !Sync for WS_CONTRACT_DESCRIPTION
impl Unpin for WS_CONTRACT_DESCRIPTION
impl UnwindSafe for WS_CONTRACT_DESCRIPTION
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