pub struct LightingModeChangedEvent {
pub old_mode: cc_uint8,
pub from_server: cc_bool,
}
Fields§
§old_mode: cc_uint8
§from_server: cc_bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LightingModeChangedEvent
impl RefUnwindSafe for LightingModeChangedEvent
impl Send for LightingModeChangedEvent
impl Sync for LightingModeChangedEvent
impl Unpin for LightingModeChangedEvent
impl UnwindSafe for LightingModeChangedEvent
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