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