#[repr(C)]pub struct StringEntry { /* private fields */ }
Expand description
An entry which contains both an ID (e.g. ID_RP_PROGRAM_NAME
) and a pointer
to a null-terminated string.
Implementations§
Trait Implementations§
impl Sync for StringEntry
Auto Trait Implementations§
impl Freeze for StringEntry
impl RefUnwindSafe for StringEntry
impl !Send for StringEntry
impl Unpin for StringEntry
impl UnwindSafe for StringEntry
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