#[repr(transparent)]pub struct Framedelaymax(pub u32);
Expand description
Maximum frame delay
Tuple Fields§
§0: u32
Implementations§
Source§impl Framedelaymax
impl Framedelaymax
Sourcepub const fn framedelaymax(&self) -> u32
pub const fn framedelaymax(&self) -> u32
Maximum frame delay in number of 13.56 MHz clocks
Sourcepub fn set_framedelaymax(&mut self, val: u32)
pub fn set_framedelaymax(&mut self, val: u32)
Maximum frame delay in number of 13.56 MHz clocks
Trait Implementations§
Source§impl Clone for Framedelaymax
impl Clone for Framedelaymax
Source§fn clone(&self) -> Framedelaymax
fn clone(&self) -> Framedelaymax
Returns a copy 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 Framedelaymax
impl Default for Framedelaymax
Source§fn default() -> Framedelaymax
fn default() -> Framedelaymax
Returns the “default value” for a type. Read more
Source§impl PartialEq for Framedelaymax
impl PartialEq for Framedelaymax
impl Copy for Framedelaymax
impl Eq for Framedelaymax
impl StructuralPartialEq for Framedelaymax
Auto Trait Implementations§
impl Freeze for Framedelaymax
impl RefUnwindSafe for Framedelaymax
impl Send for Framedelaymax
impl Sync for Framedelaymax
impl Unpin for Framedelaymax
impl UnwindSafe for Framedelaymax
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)