pub struct U24Le(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl RaknetCodec for U24Le
impl RaknetCodec for U24Le
fn encode_raknet(&self, dst: &mut impl BufMut) -> Result<(), EncodeError>
fn decode_raknet(src: &mut impl Buf) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for U24Le
impl RefUnwindSafe for U24Le
impl Send for U24Le
impl Sync for U24Le
impl Unpin for U24Le
impl UnsafeUnpin for U24Le
impl UnwindSafe for U24Le
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