Struct Pfivl
#[repr(transparent)]pub struct Pfivl(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pfivl
impl Pfivl
pub const FRAME_INTERVAL_80: Self
pub const FRAME_INTERVAL_80: Self
80% of the frame interval
pub const FRAME_INTERVAL_85: Self
pub const FRAME_INTERVAL_85: Self
85% of the frame interval
pub const FRAME_INTERVAL_90: Self
pub const FRAME_INTERVAL_90: Self
90% of the frame interval
pub const FRAME_INTERVAL_95: Self
pub const FRAME_INTERVAL_95: Self
95% of the frame interval
Trait Implementations§
§impl Ord for Pfivl
impl Ord for Pfivl
§impl PartialOrd for Pfivl
impl PartialOrd for Pfivl
impl Copy for Pfivl
impl Eq for Pfivl
impl StructuralPartialEq for Pfivl
Auto Trait Implementations§
impl Freeze for Pfivl
impl RefUnwindSafe for Pfivl
impl Send for Pfivl
impl Sync for Pfivl
impl Unpin for Pfivl
impl UnwindSafe for Pfivl
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