#[repr(C)]pub struct ROWENTRY {
pub ulRowFlags: u32,
pub cValues: u32,
pub rgPropVals: *mut SPropValue,
}Fields§
§ulRowFlags: u32§cValues: u32§rgPropVals: *mut SPropValueTrait Implementations§
impl Copy for ROWENTRY
impl StructuralPartialEq for ROWENTRY
Auto Trait Implementations§
impl !Send for ROWENTRY
impl !Sync for ROWENTRY
impl Freeze for ROWENTRY
impl RefUnwindSafe for ROWENTRY
impl Unpin for ROWENTRY
impl UnsafeUnpin for ROWENTRY
impl UnwindSafe for ROWENTRY
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