pub struct SBTypeList {
pub raw: SBTypeListRef,
}Expand description
A list of types.
Fields§
§raw: SBTypeListRefThe underlying raw SBTypeListRef.
Implementations§
Trait Implementations§
Source§impl Clone for SBTypeList
impl Clone for SBTypeList
Source§fn clone(&self) -> SBTypeList
fn clone(&self) -> SBTypeList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Drop for SBTypeList
impl Drop for SBTypeList
Source§impl<'d> IntoIterator for &'d SBTypeList
impl<'d> IntoIterator for &'d SBTypeList
impl Send for SBTypeList
impl Sync for SBTypeList
Auto Trait Implementations§
impl Freeze for SBTypeList
impl RefUnwindSafe for SBTypeList
impl Unpin for SBTypeList
impl UnwindSafe for SBTypeList
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