pub enum RampType {
SleepTimerRampType,
AlarmRampType,
AutoplayRampType,
Unspecified(String),
}Variants§
SleepTimerRampType
AlarmRampType
AutoplayRampType
Unspecified(String)
Allows passing a value that was not known at the time that this crate was generated from the available device descriptions
Trait Implementations§
impl Eq for RampType
impl StructuralPartialEq for RampType
Auto Trait Implementations§
impl Freeze for RampType
impl RefUnwindSafe for RampType
impl Send for RampType
impl Sync for RampType
impl Unpin for RampType
impl UnwindSafe for RampType
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