#[repr(C)]pub struct Event_LightingMode {
pub Handlers: [Event_LightingMode_Callback; 32],
pub Objs: [*mut c_void; 32],
pub Count: c_int,
}
Fields§
§Handlers: [Event_LightingMode_Callback; 32]
§Objs: [*mut c_void; 32]
§Count: c_int
Trait Implementations§
Source§impl Clone for Event_LightingMode
impl Clone for Event_LightingMode
Source§fn clone(&self) -> Event_LightingMode
fn clone(&self) -> Event_LightingMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Event_LightingMode
impl Debug for Event_LightingMode
Source§impl Hash for Event_LightingMode
impl Hash for Event_LightingMode
Source§impl PartialEq for Event_LightingMode
impl PartialEq for Event_LightingMode
impl Copy for Event_LightingMode
impl Eq for Event_LightingMode
impl StructuralPartialEq for Event_LightingMode
Auto Trait Implementations§
impl Freeze for Event_LightingMode
impl RefUnwindSafe for Event_LightingMode
impl !Send for Event_LightingMode
impl !Sync for Event_LightingMode
impl Unpin for Event_LightingMode
impl UnwindSafe for Event_LightingMode
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