#[repr(C)]pub struct envNode_t {
pub Magnitude: i8,
pub Tick: u16,
}Fields§
§Magnitude: i8§Tick: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for envNode_t
impl RefUnwindSafe for envNode_t
impl Send for envNode_t
impl Sync for envNode_t
impl Unpin for envNode_t
impl UnsafeUnpin for envNode_t
impl UnwindSafe for envNode_t
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