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