pub struct CondAttr {
pub clock: clockid_t,
pub pshared: i32,
}Fields§
§clock: clockid_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for CondAttr
impl RefUnwindSafe for CondAttr
impl Send for CondAttr
impl Sync for CondAttr
impl Unpin for CondAttr
impl UnsafeUnpin for CondAttr
impl UnwindSafe for CondAttr
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