Struct pxtone_sys::EVERECORD
source · [−]#[repr(C)]pub struct EVERECORD {
pub kind: u8,
pub unit_no: u8,
pub reserve1: u8,
pub reserve2: u8,
pub value: i32,
pub clock: i32,
pub prev: *mut EVERECORD,
pub next: *mut EVERECORD,
}Fields
kind: u8unit_no: u8reserve1: u8reserve2: u8value: i32clock: i32prev: *mut EVERECORDnext: *mut EVERECORDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EVERECORD
impl !Send for EVERECORD
impl !Sync for EVERECORD
impl Unpin for EVERECORD
impl UnwindSafe for EVERECORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more