Struct Rtcpre
#[repr(transparent)]pub struct Rtcpre(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Rtcpre
impl Ord for Rtcpre
§impl PartialOrd for Rtcpre
impl PartialOrd for Rtcpre
impl Copy for Rtcpre
impl Eq for Rtcpre
impl StructuralPartialEq for Rtcpre
Auto Trait Implementations§
impl Freeze for Rtcpre
impl RefUnwindSafe for Rtcpre
impl Send for Rtcpre
impl Sync for Rtcpre
impl Unpin for Rtcpre
impl UnwindSafe for Rtcpre
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