#[repr(C)]pub struct SEQ {
pub n: u32,
pub ContextID: Context,
pub seq: *mut PSEQDESC,
}Fields§
§n: u32§ContextID: Context§seq: *mut PSEQDESCTrait Implementations§
Auto Trait Implementations§
impl !Send for SEQ
impl !Sync for SEQ
impl Freeze for SEQ
impl RefUnwindSafe for SEQ
impl Unpin for SEQ
impl UnsafeUnpin for SEQ
impl UnwindSafe for SEQ
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