#[repr(C)]pub struct _NAME_BUFFER {
pub name: [UCHAR; 16],
pub name_num: UCHAR,
pub name_flags: UCHAR,
}Fields§
§name: [UCHAR; 16]§name_num: UCHAR§name_flags: UCHARTrait Implementations§
Source§impl Clone for _NAME_BUFFER
impl Clone for _NAME_BUFFER
Source§fn clone(&self) -> _NAME_BUFFER
fn clone(&self) -> _NAME_BUFFER
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 _NAME_BUFFER
impl Debug for _NAME_BUFFER
impl Copy for _NAME_BUFFER
Auto Trait Implementations§
impl Freeze for _NAME_BUFFER
impl RefUnwindSafe for _NAME_BUFFER
impl Send for _NAME_BUFFER
impl Sync for _NAME_BUFFER
impl Unpin for _NAME_BUFFER
impl UnwindSafe for _NAME_BUFFER
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