pub struct RoomDimmerGetPresets {}
Trait Implementations§
Source§impl BaseParser for RoomDimmerGetPresets
impl BaseParser for RoomDimmerGetPresets
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for RoomDimmerGetPresets
impl Clone for RoomDimmerGetPresets
Source§fn clone(&self) -> RoomDimmerGetPresets
fn clone(&self) -> RoomDimmerGetPresets
Returns a duplicate 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 RoomDimmerGetPresets
impl Debug for RoomDimmerGetPresets
Source§impl Default for RoomDimmerGetPresets
impl Default for RoomDimmerGetPresets
Source§fn default() -> RoomDimmerGetPresets
fn default() -> RoomDimmerGetPresets
Returns the “default value” for a type. Read more
Source§impl PartialEq for RoomDimmerGetPresets
impl PartialEq for RoomDimmerGetPresets
impl StructuralPartialEq for RoomDimmerGetPresets
Auto Trait Implementations§
impl Freeze for RoomDimmerGetPresets
impl RefUnwindSafe for RoomDimmerGetPresets
impl Send for RoomDimmerGetPresets
impl Sync for RoomDimmerGetPresets
impl Unpin for RoomDimmerGetPresets
impl UnwindSafe for RoomDimmerGetPresets
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