Struct Sdpre
#[repr(transparent)]pub struct Sdpre(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Sdpre
impl Sdpre
pub const DIV2: Self
pub const DIV2: Self
SYSCLK divided by 2
pub const DIV4: Self
pub const DIV4: Self
SYSCLK divided by 4
pub const DIV6: Self
pub const DIV6: Self
SYSCLK divided by 6
pub const DIV8: Self
pub const DIV8: Self
SYSCLK divided by 8
pub const DIV10: Self
pub const DIV10: Self
SYSCLK divided by 10
pub const DIV12: Self
pub const DIV12: Self
SYSCLK divided by 12
pub const DIV14: Self
pub const DIV14: Self
SYSCLK divided by 14
pub const DIV16: Self
pub const DIV16: Self
SYSCLK divided by 16
pub const DIV20: Self
pub const DIV20: Self
SYSCLK divided by 20
pub const DIV24: Self
pub const DIV24: Self
SYSCLK divided by 24
pub const DIV28: Self
pub const DIV28: Self
SYSCLK divided by 28
pub const DIV32: Self
pub const DIV32: Self
SYSCLK divided by 32
pub const DIV36: Self
pub const DIV36: Self
SYSCLK divided by 36
pub const DIV40: Self
pub const DIV40: Self
SYSCLK divided by 40
pub const DIV44: Self
pub const DIV44: Self
SYSCLK divided by 44
pub const DIV48: Self
pub const DIV48: Self
SYSCLK divided by 48
Trait Implementations§
§impl Ord for Sdpre
impl Ord for Sdpre
§impl PartialOrd for Sdpre
impl PartialOrd for Sdpre
impl Copy for Sdpre
impl Eq for Sdpre
impl StructuralPartialEq for Sdpre
Auto Trait Implementations§
impl Freeze for Sdpre
impl RefUnwindSafe for Sdpre
impl Send for Sdpre
impl Sync for Sdpre
impl Unpin for Sdpre
impl UnwindSafe for Sdpre
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