pub struct sd_bus_vtable { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for sd_bus_vtable
impl Clone for sd_bus_vtable
Source§fn clone(&self) -> sd_bus_vtable
fn clone(&self) -> sd_bus_vtable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sd_bus_vtable
impl Debug for sd_bus_vtable
Source§impl Default for sd_bus_vtable
impl Default for sd_bus_vtable
Source§fn default() -> sd_bus_vtable
fn default() -> sd_bus_vtable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for sd_bus_vtable
impl RefUnwindSafe for sd_bus_vtable
impl Send for sd_bus_vtable
impl Sync for sd_bus_vtable
impl Unpin for sd_bus_vtable
impl UnwindSafe for sd_bus_vtable
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