#[repr(i32)]pub enum _IDL_CS_CONVERT {
IDL_CS_NO_CONVERT = 0,
IDL_CS_IN_PLACE_CONVERT = 1,
IDL_CS_NEW_BUFFER_CONVERT = 2,
}Variants§
Trait Implementations§
Source§impl Clone for _IDL_CS_CONVERT
impl Clone for _IDL_CS_CONVERT
Source§fn clone(&self) -> _IDL_CS_CONVERT
fn clone(&self) -> _IDL_CS_CONVERT
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 Debug for _IDL_CS_CONVERT
impl Debug for _IDL_CS_CONVERT
Source§impl Hash for _IDL_CS_CONVERT
impl Hash for _IDL_CS_CONVERT
Source§impl PartialEq for _IDL_CS_CONVERT
impl PartialEq for _IDL_CS_CONVERT
impl Copy for _IDL_CS_CONVERT
impl Eq for _IDL_CS_CONVERT
impl StructuralPartialEq for _IDL_CS_CONVERT
Auto Trait Implementations§
impl Freeze for _IDL_CS_CONVERT
impl RefUnwindSafe for _IDL_CS_CONVERT
impl Send for _IDL_CS_CONVERT
impl Sync for _IDL_CS_CONVERT
impl Unpin for _IDL_CS_CONVERT
impl UnwindSafe for _IDL_CS_CONVERT
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