pub struct KillMyArgv { /* private fields */ }Implementations§
Source§impl KillMyArgv
impl KillMyArgv
pub fn new() -> Result<KillMyArgv, EnvError>
Sourcepub fn nonul_byte(&self) -> Option<usize>
pub fn nonul_byte(&self) -> Option<usize>
origin argv length, containing the terminating NUL byte. This bit is written to a non-nul value requiring attention to os behavior.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KillMyArgv
impl RefUnwindSafe for KillMyArgv
impl !Send for KillMyArgv
impl !Sync for KillMyArgv
impl Unpin for KillMyArgv
impl UnwindSafe for KillMyArgv
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