#[repr(C)]pub struct PioSizeView {
pub data: *const usize,
pub len: usize,
}Expand description
Borrowed size_t values.
Fields§
§data: *const usize§len: usizeTrait Implementations§
Source§impl Clone for PioSizeView
impl Clone for PioSizeView
Source§fn clone(&self) -> PioSizeView
fn clone(&self) -> PioSizeView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioSizeView
Auto Trait Implementations§
impl !Send for PioSizeView
impl !Sync for PioSizeView
impl Freeze for PioSizeView
impl RefUnwindSafe for PioSizeView
impl Unpin for PioSizeView
impl UnsafeUnpin for PioSizeView
impl UnwindSafe for PioSizeView
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