#[repr(transparent)]pub struct opal_revert_lsp_opts(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl opal_revert_lsp_opts
impl opal_revert_lsp_opts
pub const OPAL_PRESERVE: opal_revert_lsp_opts
Trait Implementations§
Source§impl BitAnd for opal_revert_lsp_opts
impl BitAnd for opal_revert_lsp_opts
Source§impl BitAndAssign for opal_revert_lsp_opts
impl BitAndAssign for opal_revert_lsp_opts
Source§fn bitand_assign(&mut self, rhs: opal_revert_lsp_opts)
fn bitand_assign(&mut self, rhs: opal_revert_lsp_opts)
Performs the
&= operation. Read moreSource§impl BitOr for opal_revert_lsp_opts
impl BitOr for opal_revert_lsp_opts
Source§impl BitOrAssign for opal_revert_lsp_opts
impl BitOrAssign for opal_revert_lsp_opts
Source§fn bitor_assign(&mut self, rhs: opal_revert_lsp_opts)
fn bitor_assign(&mut self, rhs: opal_revert_lsp_opts)
Performs the
|= operation. Read moreSource§impl Clone for opal_revert_lsp_opts
impl Clone for opal_revert_lsp_opts
Source§fn clone(&self) -> opal_revert_lsp_opts
fn clone(&self) -> opal_revert_lsp_opts
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 opal_revert_lsp_opts
impl Debug for opal_revert_lsp_opts
Source§impl Hash for opal_revert_lsp_opts
impl Hash for opal_revert_lsp_opts
Source§impl PartialEq for opal_revert_lsp_opts
impl PartialEq for opal_revert_lsp_opts
impl Copy for opal_revert_lsp_opts
impl Eq for opal_revert_lsp_opts
impl StructuralPartialEq for opal_revert_lsp_opts
Auto Trait Implementations§
impl Freeze for opal_revert_lsp_opts
impl RefUnwindSafe for opal_revert_lsp_opts
impl Send for opal_revert_lsp_opts
impl Sync for opal_revert_lsp_opts
impl Unpin for opal_revert_lsp_opts
impl UnwindSafe for opal_revert_lsp_opts
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