#[repr(C)]pub struct tagRemSNB {
pub ulCntStr: ULONG,
pub ulCntChar: ULONG,
pub rgString: [OLECHAR; 1],
}
Fields§
§ulCntStr: ULONG
§ulCntChar: ULONG
§rgString: [OLECHAR; 1]
Trait Implementations§
Source§impl Ord for tagRemSNB
impl Ord for tagRemSNB
Source§impl PartialOrd for tagRemSNB
impl PartialOrd for tagRemSNB
impl Copy for tagRemSNB
impl Eq for tagRemSNB
impl StructuralPartialEq for tagRemSNB
Auto Trait Implementations§
impl Freeze for tagRemSNB
impl RefUnwindSafe for tagRemSNB
impl Send for tagRemSNB
impl Sync for tagRemSNB
impl Unpin for tagRemSNB
impl UnwindSafe for tagRemSNB
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