#[repr(C)]pub struct DzlRing {
pub data: *mut u8,
pub len: c_uint,
pub pos: c_uint,
}Fields§
§data: *mut u8§len: c_uint§pos: c_uintTrait Implementations§
Auto Trait Implementations§
impl Freeze for DzlRing
impl RefUnwindSafe for DzlRing
impl !Send for DzlRing
impl !Sync for DzlRing
impl Unpin for DzlRing
impl UnwindSafe for DzlRing
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