#[repr(C)]pub struct tagRemSNB {
pub ulCntStr: c_ulong,
pub ulCntChar: c_ulong,
pub rgString: [OLECHAR; 1],
}Fields§
§ulCntStr: c_ulong§ulCntChar: c_ulong§rgString: [OLECHAR; 1]Trait Implementations§
Auto Trait Implementations§
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