#[repr(C)]pub struct STRRET {
pub uType: u32,
pub Anonymous: STRRET_0,
}
Fields§
§uType: u32
§Anonymous: STRRET_0
Trait Implementations§
Source§impl Abi for STRRET
impl Abi for STRRET
impl Copy for STRRET
impl Eq for STRRET
Auto Trait Implementations§
impl Freeze for STRRET
impl RefUnwindSafe for STRRET
impl !Send for STRRET
impl !Sync for STRRET
impl Unpin for STRRET
impl UnwindSafe for STRRET
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