Struct system_api::client::org_chromium_power_manager::OrgChromiumPowerManagerSuspendImminent
source · pub struct OrgChromiumPowerManagerSuspendImminent {
pub serialized_proto: Vec<u8>,
}
Fields§
§serialized_proto: Vec<u8>
Trait Implementations§
source§impl AppendAll for OrgChromiumPowerManagerSuspendImminent
impl AppendAll for OrgChromiumPowerManagerSuspendImminent
source§impl ReadAll for OrgChromiumPowerManagerSuspendImminent
impl ReadAll for OrgChromiumPowerManagerSuspendImminent
source§impl SignalArgs for OrgChromiumPowerManagerSuspendImminent
impl SignalArgs for OrgChromiumPowerManagerSuspendImminent
source§const INTERFACE: &'static str = "org.chromium.PowerManager"
const INTERFACE: &'static str = "org.chromium.PowerManager"
D-Bus name of interface this signal belongs to
§fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
fn to_emit_message(&self, path: &Path<'_>) -> Messagewhere
Self: AppendAll,
Returns a message that emits the signal.
§fn from_message(m: &Message) -> Option<Self>where
Self: Sized + ReadAll,
fn from_message(m: &Message) -> Option<Self>where
Self: Sized + ReadAll,
If the message is a signal of the correct type, return its arguments, otherwise return None. Read more
§fn match_rule<'a>(
sender: Option<&'a BusName<'_>>,
path: Option<&'a Path<'_>>
) -> MatchRule<'a>
fn match_rule<'a>( sender: Option<&'a BusName<'_>>, path: Option<&'a Path<'_>> ) -> MatchRule<'a>
Returns a match rule matching this signal. Read more
Auto Trait Implementations§
impl RefUnwindSafe for OrgChromiumPowerManagerSuspendImminent
impl Send for OrgChromiumPowerManagerSuspendImminent
impl Sync for OrgChromiumPowerManagerSuspendImminent
impl Unpin for OrgChromiumPowerManagerSuspendImminent
impl UnwindSafe for OrgChromiumPowerManagerSuspendImminent
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