#[repr(C)]pub struct OnBeforeParseArguments {
pub __struct_size: usize,
pub bun: *mut c_void,
pub path_ptr: *const u8,
pub path_len: usize,
pub namespace_ptr: *const u8,
pub namespace_len: usize,
pub default_loader: u8,
pub external: *mut c_void,
}Fields§
§__struct_size: usize§bun: *mut c_void§path_ptr: *const u8§path_len: usize§namespace_ptr: *const u8§namespace_len: usize§default_loader: u8§external: *mut c_voidTrait Implementations§
Source§impl Clone for OnBeforeParseArguments
impl Clone for OnBeforeParseArguments
Source§fn clone(&self) -> OnBeforeParseArguments
fn clone(&self) -> OnBeforeParseArguments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnBeforeParseArguments
Auto Trait Implementations§
impl !Send for OnBeforeParseArguments
impl !Sync for OnBeforeParseArguments
impl Freeze for OnBeforeParseArguments
impl RefUnwindSafe for OnBeforeParseArguments
impl Unpin for OnBeforeParseArguments
impl UnsafeUnpin for OnBeforeParseArguments
impl UnwindSafe for OnBeforeParseArguments
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