#[repr(C)]pub struct _scalar {
pub sc_gobj: t_gobj,
pub sc_template: *mut t_symbol,
pub sc_vec: [t_word; 1],
}Fields§
§sc_gobj: t_gobj§sc_template: *mut t_symbol§sc_vec: [t_word; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _scalar
impl RefUnwindSafe for _scalar
impl !Send for _scalar
impl !Sync for _scalar
impl Unpin for _scalar
impl UnwindSafe for _scalar
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