Struct windows_sys::Foundation::Metadata::MarshalingType
[−]#[repr(transparent)]pub struct MarshalingType(pub i32);
Expand description
Required features: "Foundation_Metadata"
Tuple Fields
0: i32
Implementations
impl MarshalingType
impl MarshalingType
pub const None: Self = Self(1i32)
pub const Agile: Self = Self(2i32)
pub const Standard: Self = Self(3i32)
pub const InvalidMarshaling: Self = Self(0i32)
Trait Implementations
impl Clone for MarshalingType
impl Clone for MarshalingType
impl Copy for MarshalingType
Auto Trait Implementations
impl RefUnwindSafe for MarshalingType
impl Send for MarshalingType
impl Sync for MarshalingType
impl Unpin for MarshalingType
impl UnwindSafe for MarshalingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more