#[repr(C)]pub struct PRLinger {
pub polarity: PRBool,
pub linger: PRIntervalTime,
}Fields§
§polarity: PRBool§linger: PRIntervalTimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PRLinger
impl RefUnwindSafe for PRLinger
impl Send for PRLinger
impl Sync for PRLinger
impl Unpin for PRLinger
impl UnwindSafe for PRLinger
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