#[repr(C)]pub struct sub_library_command {
pub cmd: uint32_t,
pub cmdsize: uint32_t,
pub sub_library: lc_str,
}
Fields§
§cmd: uint32_t
§cmdsize: uint32_t
§sub_library: lc_str
Trait Implementations§
Source§impl Clone for sub_library_command
impl Clone for sub_library_command
Source§fn clone(&self) -> sub_library_command
fn clone(&self) -> sub_library_command
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 sub_library_command
impl Debug for sub_library_command
Source§impl Default for sub_library_command
impl Default for sub_library_command
impl Copy for sub_library_command
Auto Trait Implementations§
impl Freeze for sub_library_command
impl RefUnwindSafe for sub_library_command
impl Send for sub_library_command
impl Sync for sub_library_command
impl Unpin for sub_library_command
impl UnwindSafe for sub_library_command
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)