#[repr(C)]pub struct PxBitAndByte {
pub structgen_pad0: [u8; 1],
}Fields§
§structgen_pad0: [u8; 1]Trait Implementations§
Source§impl Clone for PxBitAndByte
impl Clone for PxBitAndByte
Source§fn clone(&self) -> PxBitAndByte
fn clone(&self) -> PxBitAndByte
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PxBitAndByte
Auto Trait Implementations§
impl Freeze for PxBitAndByte
impl RefUnwindSafe for PxBitAndByte
impl Send for PxBitAndByte
impl Sync for PxBitAndByte
impl Unpin for PxBitAndByte
impl UnwindSafe for PxBitAndByte
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