#[repr(C)]pub struct StartSection {
pub start_function: usize,
}
Fields§
§start_function: usize
Trait Implementations§
Source§impl Clone for StartSection
impl Clone for StartSection
Source§fn clone(&self) -> StartSection
fn clone(&self) -> StartSection
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 StartSection
impl Debug for StartSection
Source§impl<'de> Deserialize<'de> for StartSection
impl<'de> Deserialize<'de> for StartSection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for StartSection
impl PartialEq for StartSection
Source§impl Serialize for StartSection
impl Serialize for StartSection
impl StructuralPartialEq for StartSection
Auto Trait Implementations§
impl Freeze for StartSection
impl RefUnwindSafe for StartSection
impl Send for StartSection
impl Sync for StartSection
impl Unpin for StartSection
impl UnwindSafe for StartSection
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