pub struct GetNamedIndicator {
pub device_spec: DeviceSpec,
pub led_class: LedClass,
pub led_id: IdSpec,
pub indicator: Atom,
}Expand description
The GetNamedIndicator request.
This request replies GetNamedIndicatorReply.
Associated cookie types are GetNamedIndicatorCookie and GetNamedIndicatorCookieUnchecked.
Fields§
§device_spec: DeviceSpec§led_class: LedClass§led_id: IdSpec§indicator: AtomTrait Implementations§
Source§impl Clone for GetNamedIndicator
impl Clone for GetNamedIndicator
Source§fn clone(&self) -> GetNamedIndicator
fn clone(&self) -> GetNamedIndicator
Returns a copy 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 GetNamedIndicator
impl Debug for GetNamedIndicator
Source§impl RawRequest for GetNamedIndicator
impl RawRequest for GetNamedIndicator
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetNamedIndicator
impl Request for GetNamedIndicator
Source§impl RequestWithReply for GetNamedIndicator
impl RequestWithReply for GetNamedIndicator
Source§type Reply = GetNamedIndicatorReply
type Reply = GetNamedIndicatorReply
Reply associated with the request
Source§type Cookie = GetNamedIndicatorCookie
type Cookie = GetNamedIndicatorCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetNamedIndicatorCookieUnchecked
type CookieUnchecked = GetNamedIndicatorCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetNamedIndicator
impl RefUnwindSafe for GetNamedIndicator
impl Send for GetNamedIndicator
impl Sync for GetNamedIndicator
impl Unpin for GetNamedIndicator
impl UnwindSafe for GetNamedIndicator
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