#[repr(C)]pub struct SFVM_HELPTOPIC_DATA {
pub wszHelpFile: [u16; 260],
pub wszHelpTopic: [u16; 260],
}Fields§
§wszHelpFile: [u16; 260]§wszHelpTopic: [u16; 260]Trait Implementations§
Source§impl Abi for SFVM_HELPTOPIC_DATA
impl Abi for SFVM_HELPTOPIC_DATA
Source§type Abi = SFVM_HELPTOPIC_DATA
type Abi = SFVM_HELPTOPIC_DATA
The abi representation of the implementing type. Read more
type DefaultType = SFVM_HELPTOPIC_DATA
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 SFVM_HELPTOPIC_DATA
impl Clone for SFVM_HELPTOPIC_DATA
Source§fn clone(&self) -> SFVM_HELPTOPIC_DATA
fn clone(&self) -> SFVM_HELPTOPIC_DATA
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 SFVM_HELPTOPIC_DATA
impl Debug for SFVM_HELPTOPIC_DATA
Source§impl Default for SFVM_HELPTOPIC_DATA
impl Default for SFVM_HELPTOPIC_DATA
Source§impl PartialEq for SFVM_HELPTOPIC_DATA
impl PartialEq for SFVM_HELPTOPIC_DATA
impl Copy for SFVM_HELPTOPIC_DATA
impl Eq for SFVM_HELPTOPIC_DATA
Auto Trait Implementations§
impl Freeze for SFVM_HELPTOPIC_DATA
impl RefUnwindSafe for SFVM_HELPTOPIC_DATA
impl Send for SFVM_HELPTOPIC_DATA
impl Sync for SFVM_HELPTOPIC_DATA
impl Unpin for SFVM_HELPTOPIC_DATA
impl UnwindSafe for SFVM_HELPTOPIC_DATA
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