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