struct ShortCode {
value: u32,
len: u8,
}
Fields§
§value: u32
§len: u8
Implementations§
Trait Implementations§
source§impl PartialEq for ShortCode
impl PartialEq for ShortCode
impl Eq for ShortCode
impl StructuralPartialEq for ShortCode
Auto Trait Implementations§
impl Freeze for ShortCode
impl RefUnwindSafe for ShortCode
impl Send for ShortCode
impl Sync for ShortCode
impl Unpin for ShortCode
impl UnwindSafe for ShortCode
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