pub struct NegotiateLayerStructType(/* private fields */);
Implementations§
Source§impl NegotiateLayerStructType
impl NegotiateLayerStructType
pub const UNINTIALIZED: Self
pub const INTERFACE_STRUCT: Self
pub const fn from_raw(x: i32) -> Self
pub const fn as_raw(self) -> i32
Trait Implementations§
Source§impl Clone for NegotiateLayerStructType
impl Clone for NegotiateLayerStructType
Source§fn clone(&self) -> NegotiateLayerStructType
fn clone(&self) -> NegotiateLayerStructType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Hash for NegotiateLayerStructType
impl Hash for NegotiateLayerStructType
Source§impl Ord for NegotiateLayerStructType
impl Ord for NegotiateLayerStructType
Source§fn cmp(&self, other: &NegotiateLayerStructType) -> Ordering
fn cmp(&self, other: &NegotiateLayerStructType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NegotiateLayerStructType
impl PartialEq for NegotiateLayerStructType
Source§fn eq(&self, other: &NegotiateLayerStructType) -> bool
fn eq(&self, other: &NegotiateLayerStructType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for NegotiateLayerStructType
impl PartialOrd for NegotiateLayerStructType
impl Copy for NegotiateLayerStructType
impl Eq for NegotiateLayerStructType
impl StructuralPartialEq for NegotiateLayerStructType
Auto Trait Implementations§
impl Freeze for NegotiateLayerStructType
impl RefUnwindSafe for NegotiateLayerStructType
impl Send for NegotiateLayerStructType
impl Sync for NegotiateLayerStructType
impl Unpin for NegotiateLayerStructType
impl UnwindSafe for NegotiateLayerStructType
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