pub struct Flexcomm { /* private fields */ }Expand description
flexcomm clock controller
Implementations§
Trait Implementations§
impl Copy for Flexcomm
impl Eq for Flexcomm
impl Send for Flexcomm
impl StructuralPartialEq for Flexcomm
impl Sync for Flexcomm
Auto Trait Implementations§
impl Freeze for Flexcomm
impl RefUnwindSafe for Flexcomm
impl Unpin for Flexcomm
impl UnwindSafe for Flexcomm
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