Struct GetNamedIndicatorRequest
pub struct GetNamedIndicatorRequest {
pub device_spec: u16,
pub led_class: LedClass,
pub led_id: u16,
pub indicator: u32,
}
Fields§
§device_spec: u16
§led_class: LedClass
§led_id: u16
§indicator: u32
Implementations§
Trait Implementations§
§impl Clone for GetNamedIndicatorRequest
impl Clone for GetNamedIndicatorRequest
§fn clone(&self) -> GetNamedIndicatorRequest
fn clone(&self) -> GetNamedIndicatorRequest
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 more§impl Debug for GetNamedIndicatorRequest
impl Debug for GetNamedIndicatorRequest
§impl Default for GetNamedIndicatorRequest
impl Default for GetNamedIndicatorRequest
§fn default() -> GetNamedIndicatorRequest
fn default() -> GetNamedIndicatorRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetNamedIndicatorRequest
impl ReplyRequest for GetNamedIndicatorRequest
§type Reply = GetNamedIndicatorReply
type Reply = GetNamedIndicatorReply
The kind of reply that this request generates.
§impl Request for GetNamedIndicatorRequest
impl Request for GetNamedIndicatorRequest
impl Copy for GetNamedIndicatorRequest
Auto Trait Implementations§
impl Freeze for GetNamedIndicatorRequest
impl RefUnwindSafe for GetNamedIndicatorRequest
impl Send for GetNamedIndicatorRequest
impl Sync for GetNamedIndicatorRequest
impl Unpin for GetNamedIndicatorRequest
impl UnwindSafe for GetNamedIndicatorRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)