struct PSSMetrics {
em_len: usize,
db_len: usize,
ps_len: usize,
s_len: usize,
h_len: usize,
top_byte_mask: u8,
}
Fields§
§em_len: usize
§db_len: usize
§ps_len: usize
§s_len: usize
§h_len: usize
§top_byte_mask: u8
Implementations§
source§impl PSSMetrics
impl PSSMetrics
Auto Trait Implementations§
impl Freeze for PSSMetrics
impl RefUnwindSafe for PSSMetrics
impl Send for PSSMetrics
impl Sync for PSSMetrics
impl Unpin for PSSMetrics
impl UnwindSafe for PSSMetrics
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