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