pub struct Frindex(/* private fields */);Implementations§
Source§impl Frindex
impl Frindex
Sourcepub const Frindex1024: Self
pub const Frindex1024: Self
(1024) 12.
Sourcepub const Frindex512: Self
pub const Frindex512: Self
(512) 11.
Sourcepub const Frindex256: Self
pub const Frindex256: Self
(256) 10.
Sourcepub const Frindex128: Self
pub const Frindex128: Self
(128) 9.
Trait Implementations§
Source§impl Ord for Frindex
impl Ord for Frindex
Source§impl PartialOrd for Frindex
impl PartialOrd for Frindex
impl Copy for Frindex
impl Eq for Frindex
impl StructuralPartialEq for Frindex
Auto Trait Implementations§
impl Freeze for Frindex
impl RefUnwindSafe for Frindex
impl Send for Frindex
impl Sync for Frindex
impl Unpin for Frindex
impl UnwindSafe for Frindex
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