[go: up one dir, main page]

logo

Struct zbus::fdo::NameOwnerChangedArgs[][src]

pub struct NameOwnerChangedArgs<'s> {
    pub name: BusName<'s>,
    pub old_owner: Optional<UniqueName<'s>>,
    pub new_owner: Optional<UniqueName<'s>>,
    // some fields omitted
}
Expand description

NameOwnerChanged signal arguments.

Fields

name: BusName<'s>old_owner: Optional<UniqueName<'s>>new_owner: Optional<UniqueName<'s>>

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.