pub struct SysV { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysV
impl RefUnwindSafe for SysV
impl Send for SysV
impl Sync for SysV
impl Unpin for SysV
impl UnwindSafe for SysV
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