pub struct SetTrimCommand {
pub trim: i32,
}Expand description
Set clock trim command.
Fields§
§trim: i32Clock trim value
Implementations§
Auto Trait Implementations§
impl Freeze for SetTrimCommand
impl RefUnwindSafe for SetTrimCommand
impl Send for SetTrimCommand
impl Sync for SetTrimCommand
impl Unpin for SetTrimCommand
impl UnsafeUnpin for SetTrimCommand
impl UnwindSafe for SetTrimCommand
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