pub struct PecbyteR { /* private fields */ }
Expand description
Value of the field PECBYTE
Implementations§
Auto Trait Implementations§
impl Freeze for PecbyteR
impl RefUnwindSafe for PecbyteR
impl Send for PecbyteR
impl Sync for PecbyteR
impl Unpin for PecbyteR
impl UnwindSafe for PecbyteR
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