pub struct PropellerFunctionInfo {
pub name: String,
pub address: u64,
pub size: u64,
pub entry_count: u64,
}Fields§
§name: String§address: u64§size: u64§entry_count: u64Trait Implementations§
Source§impl Clone for PropellerFunctionInfo
impl Clone for PropellerFunctionInfo
Source§fn clone(&self) -> PropellerFunctionInfo
fn clone(&self) -> PropellerFunctionInfo
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PropellerFunctionInfo
impl RefUnwindSafe for PropellerFunctionInfo
impl Send for PropellerFunctionInfo
impl Sync for PropellerFunctionInfo
impl Unpin for PropellerFunctionInfo
impl UnsafeUnpin for PropellerFunctionInfo
impl UnwindSafe for PropellerFunctionInfo
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