#[repr(C)]pub struct _basename_t {
pub name: [u8; 32],
}Fields§
§name: [u8; 32]Trait Implementations§
source§impl Clone for _basename_t
impl Clone for _basename_t
source§fn clone(&self) -> _basename_t
fn clone(&self) -> _basename_t
Returns a copy 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 _basename_t
impl Debug for _basename_t
source§impl Default for _basename_t
impl Default for _basename_t
source§fn default() -> _basename_t
fn default() -> _basename_t
Returns the “default value” for a type. Read more
impl Copy for _basename_t
Auto Trait Implementations§
impl RefUnwindSafe for _basename_t
impl Send for _basename_t
impl Sync for _basename_t
impl Unpin for _basename_t
impl UnwindSafe for _basename_t
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