#[repr(C)]pub struct tagCAUL {
pub cElems: ULONG,
pub pElems: *mut ULONG,
}Fields§
§cElems: ULONG§pElems: *mut ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagCAUL
impl RefUnwindSafe for tagCAUL
impl !Send for tagCAUL
impl !Sync for tagCAUL
impl Unpin for tagCAUL
impl UnwindSafe for tagCAUL
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