pub struct SetMicrostepResolution(/* private fields */);
Available on crate feature
binary
only.Expand description
A type that encodes compile time information about the Set Microstep Resolution (37
) command.
It is not publicly constructable. Use the SET_MICROSTEP_RESOLUTION
constant.
Trait Implementations§
Source§impl Clone for SetMicrostepResolution
impl Clone for SetMicrostepResolution
Source§fn clone(&self) -> SetMicrostepResolution
fn clone(&self) -> SetMicrostepResolution
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 Command for SetMicrostepResolution
impl Command for SetMicrostepResolution
Source§impl Data for SetMicrostepResolution
impl Data for SetMicrostepResolution
Source§impl Debug for SetMicrostepResolution
impl Debug for SetMicrostepResolution
Source§impl From<SetMicrostepResolution> for u8
impl From<SetMicrostepResolution> for u8
Source§fn from(_: SetMicrostepResolution) -> u8
fn from(_: SetMicrostepResolution) -> u8
Converts to this type from the input type.
Source§impl PartialEq<SetMicrostepResolution> for u8
impl PartialEq<SetMicrostepResolution> for u8
Source§impl PartialEq<u8> for SetMicrostepResolution
impl PartialEq<u8> for SetMicrostepResolution
Source§impl PartialEq for SetMicrostepResolution
impl PartialEq for SetMicrostepResolution
Source§impl TryFrom<u8> for SetMicrostepResolution
impl TryFrom<u8> for SetMicrostepResolution
impl Copy for SetMicrostepResolution
impl Eq for SetMicrostepResolution
impl ReplyData<i32> for SetMicrostepResolution
impl SetOrReturnCommand for SetMicrostepResolution
impl StructuralPartialEq for SetMicrostepResolution
impl TakesData<SetMicrostepResolution> for ReturnSetting
impl TakesData<i32> for SetMicrostepResolution
Auto Trait Implementations§
impl Freeze for SetMicrostepResolution
impl RefUnwindSafe for SetMicrostepResolution
impl Send for SetMicrostepResolution
impl Sync for SetMicrostepResolution
impl Unpin for SetMicrostepResolution
impl UnwindSafe for SetMicrostepResolution
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