#[repr(transparent)]pub struct Usbhsfclksel(pub u32);Expand description
USBHS Fclk selection
Tuple Fields§
§0: u32Implementations§
Source§impl Usbhsfclksel
impl Usbhsfclksel
Sourcepub const fn sel(&self) -> UsbhsfclkselSel
pub const fn sel(&self) -> UsbhsfclkselSel
USB HS Functional Clock Source Selection. . .
Sourcepub const fn set_sel(&mut self, val: UsbhsfclkselSel)
pub const fn set_sel(&mut self, val: UsbhsfclkselSel)
USB HS Functional Clock Source Selection. . .
Trait Implementations§
Source§impl Clone for Usbhsfclksel
impl Clone for Usbhsfclksel
Source§fn clone(&self) -> Usbhsfclksel
fn clone(&self) -> Usbhsfclksel
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 Debug for Usbhsfclksel
impl Debug for Usbhsfclksel
Source§impl Default for Usbhsfclksel
impl Default for Usbhsfclksel
Source§fn default() -> Usbhsfclksel
fn default() -> Usbhsfclksel
Returns the “default value” for a type. Read more
Source§impl PartialEq for Usbhsfclksel
impl PartialEq for Usbhsfclksel
impl Copy for Usbhsfclksel
impl Eq for Usbhsfclksel
impl StructuralPartialEq for Usbhsfclksel
Auto Trait Implementations§
impl Freeze for Usbhsfclksel
impl RefUnwindSafe for Usbhsfclksel
impl Send for Usbhsfclksel
impl Sync for Usbhsfclksel
impl Unpin for Usbhsfclksel
impl UnwindSafe for Usbhsfclksel
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