pub struct EnvVarChangedEvent {
pub var: c_int,
}
Fields§
§var: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EnvVarChangedEvent
impl RefUnwindSafe for EnvVarChangedEvent
impl Send for EnvVarChangedEvent
impl Sync for EnvVarChangedEvent
impl Unpin for EnvVarChangedEvent
impl UnwindSafe for EnvVarChangedEvent
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