#[repr(C)]pub struct Struct_Unnamed10 {
pub lv_length: R_xlen_t,
pub lv_truelength: R_xlen_t,
}
Fields§
§lv_length: R_xlen_t
§lv_truelength: R_xlen_t
Trait Implementations§
Source§impl Clone for Struct_Unnamed10
impl Clone for Struct_Unnamed10
Source§impl Default for Struct_Unnamed10
impl Default for Struct_Unnamed10
impl Copy for Struct_Unnamed10
Auto Trait Implementations§
impl Freeze for Struct_Unnamed10
impl RefUnwindSafe for Struct_Unnamed10
impl Send for Struct_Unnamed10
impl Sync for Struct_Unnamed10
impl Unpin for Struct_Unnamed10
impl UnwindSafe for Struct_Unnamed10
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