Struct disk_ringbuffer::RawQPage
source · #[repr(C)]pub struct RawQPage {
pub is_ready: u32,
pub write_idx_lock: u32,
pub last_safe_write_idx: u32,
pub buf: [c_uchar; 65536000],
}
Fields§
§is_ready: u32
§write_idx_lock: u32
§last_safe_write_idx: u32
§buf: [c_uchar; 65536000]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawQPage
impl RefUnwindSafe for RawQPage
impl Send for RawQPage
impl Sync for RawQPage
impl Unpin for RawQPage
impl UnwindSafe for RawQPage
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)