pub struct Manager_type { /* private fields */ }
Implementations§
Source§impl Manager_type
impl Manager_type
pub fn New(Device: Device_type) -> Result_type<Self>
pub fn Get_current_time_since_startup(&self) -> Result_type<Duration_type>
pub fn Get_current_time(&self) -> Result_type<Duration_type>
Auto Trait Implementations§
impl Freeze for Manager_type
impl !RefUnwindSafe for Manager_type
impl Send for Manager_type
impl Sync for Manager_type
impl Unpin for Manager_type
impl !UnwindSafe for Manager_type
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