pub struct OrgChromiumSpacedStatefulDiskSpaceUpdate {
pub status: Vec<u8>,
}
Fields§
§status: Vec<u8>
Trait Implementations§
source§impl AppendAll for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl AppendAll for OrgChromiumSpacedStatefulDiskSpaceUpdate
source§impl ReadAll for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl ReadAll for OrgChromiumSpacedStatefulDiskSpaceUpdate
source§impl SignalArgs for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl SignalArgs for OrgChromiumSpacedStatefulDiskSpaceUpdate
source§const INTERFACE: &'static str = "org.chromium.Spaced"
const INTERFACE: &'static str = "org.chromium.Spaced"
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 OrgChromiumSpacedStatefulDiskSpaceUpdate
impl Send for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl Sync for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl Unpin for OrgChromiumSpacedStatefulDiskSpaceUpdate
impl UnwindSafe for OrgChromiumSpacedStatefulDiskSpaceUpdate
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