#[repr(C)]pub struct SortData(pub u8);
Expand description
A sort entry in the file header. Each sort is one byte, which can be any combination
of the modifiers in Modifiers::sort_data
: PURE
,
STRICT
, PROVABLE
, FREE
.
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl FromBytes for SortData
impl FromBytes for SortData
Source§fn new_zeroed() -> Selfwhere
Self: Sized,
fn new_zeroed() -> Selfwhere
Self: Sized,
Creates an instance of
Self
from zeroed bytes.impl Copy for SortData
impl Unaligned for SortData
Auto Trait Implementations§
impl Freeze for SortData
impl RefUnwindSafe for SortData
impl Send for SortData
impl Sync for SortData
impl Unpin for SortData
impl UnwindSafe for SortData
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