pub struct SilkLPState {
pub in_lp_state: [i32; 2],
pub transition_frame_no: i32,
pub mode: i32,
pub saved_fs_khz: i32,
}Fields§
§in_lp_state: [i32; 2]§transition_frame_no: i32§mode: i32§saved_fs_khz: i32Trait Implementations§
Source§impl Clone for SilkLPState
impl Clone for SilkLPState
Source§fn clone(&self) -> SilkLPState
fn clone(&self) -> SilkLPState
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 Default for SilkLPState
impl Default for SilkLPState
Source§fn default() -> SilkLPState
fn default() -> SilkLPState
Returns the “default value” for a type. Read more
impl Copy for SilkLPState
Auto Trait Implementations§
impl Freeze for SilkLPState
impl RefUnwindSafe for SilkLPState
impl Send for SilkLPState
impl Sync for SilkLPState
impl Unpin for SilkLPState
impl UnsafeUnpin for SilkLPState
impl UnwindSafe for SilkLPState
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