#[repr(C)]pub struct tagCAUL {
pub cElems: ULONG,
pub pElems: *mut ULONG,
}
Fields§
§cElems: ULONG
§pElems: *mut ULONG
Trait Implementations§
Source§impl Ord for tagCAUL
impl Ord for tagCAUL
Source§impl PartialOrd for tagCAUL
impl PartialOrd for tagCAUL
impl Copy for tagCAUL
impl Eq for tagCAUL
impl StructuralPartialEq for tagCAUL
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