#[repr(C)]pub struct jl_svec_t {
pub length: usize,
}Fields§
§length: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for jl_svec_t
impl RefUnwindSafe for jl_svec_t
impl Send for jl_svec_t
impl Sync for jl_svec_t
impl Unpin for jl_svec_t
impl UnwindSafe for jl_svec_t
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