pub struct RawSystemTimer { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AsRawFd for RawSystemTimer
impl AsRawFd for RawSystemTimer
Source§impl Debug for RawSystemTimer
impl Debug for RawSystemTimer
Source§impl FromRawFd for RawSystemTimer
impl FromRawFd for RawSystemTimer
Source§unsafe fn from_raw_fd(fd: RawFd) -> Self
unsafe fn from_raw_fd(fd: RawFd) -> Self
Constructs a new instance of
Self from the given raw file
descriptor. Read moreSource§impl IntoRawFd for RawSystemTimer
impl IntoRawFd for RawSystemTimer
Source§fn into_raw_fd(self) -> RawFd
fn into_raw_fd(self) -> RawFd
Consumes this object, returning the raw underlying file descriptor. Read more
Auto Trait Implementations§
impl Freeze for RawSystemTimer
impl RefUnwindSafe for RawSystemTimer
impl Send for RawSystemTimer
impl Sync for RawSystemTimer
impl Unpin for RawSystemTimer
impl UnwindSafe for RawSystemTimer
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