pub struct sd_event { /* private fields */ }Trait Implementations§
impl Copy for sd_event
impl Eq for sd_event
impl StructuralPartialEq for sd_event
Auto Trait Implementations§
impl Freeze for sd_event
impl RefUnwindSafe for sd_event
impl !Send for sd_event
impl !Sync for sd_event
impl Unpin for sd_event
impl UnwindSafe for sd_event
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