#[repr(C)]pub struct _timeout {
pub node: sys_dnode_t,
pub fn_: _timeout_func_t,
pub dticks: i64,
}
Fields§
§node: sys_dnode_t
§fn_: _timeout_func_t
§dticks: i64
Auto Trait Implementations§
impl Freeze for _timeout
impl RefUnwindSafe for _timeout
impl !Send for _timeout
impl !Sync for _timeout
impl Unpin for _timeout
impl UnwindSafe for _timeout
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