#[repr(C)]pub struct ConstSlice_u32 {
pub ptr: *const u32,
pub len: usize,
}Expand description
A const reference to a string represnted in a contiguous array of bytes
Fields§
§ptr: *const u32§len: usizeTrait Implementations§
Source§impl Clone for ConstSlice_u32
impl Clone for ConstSlice_u32
Source§fn clone(&self) -> ConstSlice_u32
fn clone(&self) -> ConstSlice_u32
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 moreSource§impl Debug for ConstSlice_u32
impl Debug for ConstSlice_u32
impl Copy for ConstSlice_u32
Auto Trait Implementations§
impl Freeze for ConstSlice_u32
impl RefUnwindSafe for ConstSlice_u32
impl !Send for ConstSlice_u32
impl !Sync for ConstSlice_u32
impl Unpin for ConstSlice_u32
impl UnwindSafe for ConstSlice_u32
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