#[repr(C)]pub struct env_t {
pub Flags: u8,
pub Num: u8,
pub LoopBegin: u8,
pub LoopEnd: u8,
pub SustainLoopBegin: u8,
pub SustainLoopEnd: u8,
pub NodePoints: [envNode_t; 25],
}Fields§
§Flags: u8§Num: u8§LoopBegin: u8§LoopEnd: u8§SustainLoopBegin: u8§SustainLoopEnd: u8§NodePoints: [envNode_t; 25]Trait Implementations§
Auto Trait Implementations§
impl Freeze for env_t
impl RefUnwindSafe for env_t
impl Send for env_t
impl Sync for env_t
impl Unpin for env_t
impl UnsafeUnpin for env_t
impl UnwindSafe for env_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