#[repr(C, packed(4))]pub struct SequencerScopes {
pub reference_ibuf: Pointer<Nothing>,
pub zebra_ibuf: Pointer<Nothing>,
pub waveform_ibuf: Pointer<Nothing>,
pub sep_waveform_ibuf: Pointer<Nothing>,
pub vector_ibuf: Pointer<Nothing>,
pub histogram_ibuf: Pointer<Nothing>,
}Fields§
§reference_ibuf: Pointer<Nothing>§zebra_ibuf: Pointer<Nothing>§waveform_ibuf: Pointer<Nothing>§sep_waveform_ibuf: Pointer<Nothing>§vector_ibuf: Pointer<Nothing>§histogram_ibuf: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for SequencerScopes
impl GeneratedBlendStruct for SequencerScopes
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "SequencerScopes"
const STRUCT_INDEX: usize = 343usize
const STRUCT_TYPE_INDEX: usize = 346usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<SequencerScopes> for SequencerScopes
Auto Trait Implementations§
impl Freeze for SequencerScopes
impl RefUnwindSafe for SequencerScopes
impl Send for SequencerScopes
impl Sync for SequencerScopes
impl Unpin for SequencerScopes
impl UnwindSafe for SequencerScopes
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