#[repr(C)]pub struct FunctionArgs {
pub start: *const u8,
pub end: *const u8,
}
Fields§
§start: *const u8
§end: *const u8
Implementations§
Trait Implementations§
Source§impl Debug for FunctionArgs
impl Debug for FunctionArgs
Source§impl From<&FunctionArgs> for Tuple
impl From<&FunctionArgs> for Tuple
Source§fn from(args: &FunctionArgs) -> Tuple
fn from(args: &FunctionArgs) -> Tuple
Converts to this type from the input type.
Source§impl From<FunctionArgs> for Tuple
impl From<FunctionArgs> for Tuple
Source§fn from(args: FunctionArgs) -> Tuple
fn from(args: FunctionArgs) -> Tuple
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FunctionArgs
impl RefUnwindSafe for FunctionArgs
impl !Send for FunctionArgs
impl !Sync for FunctionArgs
impl Unpin for FunctionArgs
impl UnwindSafe for FunctionArgs
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