#[repr(C)]pub struct lysc_range_lysc_range_part {
pub __bindgen_anon_1: lysc_range_lysc_range_part__bindgen_ty_1,
pub __bindgen_anon_2: lysc_range_lysc_range_part__bindgen_ty_2,
}Fields§
§__bindgen_anon_1: lysc_range_lysc_range_part__bindgen_ty_1§__bindgen_anon_2: lysc_range_lysc_range_part__bindgen_ty_2Trait Implementations§
Source§impl Clone for lysc_range_lysc_range_part
impl Clone for lysc_range_lysc_range_part
Source§fn clone(&self) -> lysc_range_lysc_range_part
fn clone(&self) -> lysc_range_lysc_range_part
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for lysc_range_lysc_range_part
impl Default for lysc_range_lysc_range_part
impl Copy for lysc_range_lysc_range_part
Auto Trait Implementations§
impl Freeze for lysc_range_lysc_range_part
impl RefUnwindSafe for lysc_range_lysc_range_part
impl Send for lysc_range_lysc_range_part
impl Sync for lysc_range_lysc_range_part
impl Unpin for lysc_range_lysc_range_part
impl UnwindSafe for lysc_range_lysc_range_part
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)