Struct Prediv1src
#[repr(transparent)]pub struct Prediv1src(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Prediv1src
impl Prediv1src
Trait Implementations§
§impl Clone for Prediv1src
impl Clone for Prediv1src
§fn clone(&self) -> Prediv1src
fn clone(&self) -> Prediv1src
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for Prediv1src
impl Ord for Prediv1src
§impl PartialEq for Prediv1src
impl PartialEq for Prediv1src
§impl PartialOrd for Prediv1src
impl PartialOrd for Prediv1src
impl Copy for Prediv1src
impl Eq for Prediv1src
impl StructuralPartialEq for Prediv1src
Auto Trait Implementations§
impl Freeze for Prediv1src
impl RefUnwindSafe for Prediv1src
impl Send for Prediv1src
impl Sync for Prediv1src
impl Unpin for Prediv1src
impl UnwindSafe for Prediv1src
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