#[repr(transparent)]pub struct LineSearchType {
pub repr: u32,
}Fields§
§repr: u32Implementations§
Trait Implementations§
Source§impl Clone for LineSearchType
impl Clone for LineSearchType
impl Copy for LineSearchType
impl Eq for LineSearchType
Source§impl ExternType for LineSearchType
impl ExternType for LineSearchType
Source§impl PartialEq for LineSearchType
impl PartialEq for LineSearchType
Source§fn eq(&self, other: &LineSearchType) -> bool
fn eq(&self, other: &LineSearchType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineSearchType
Auto Trait Implementations§
impl Freeze for LineSearchType
impl RefUnwindSafe for LineSearchType
impl Send for LineSearchType
impl Sync for LineSearchType
impl Unpin for LineSearchType
impl UnsafeUnpin for LineSearchType
impl UnwindSafe for LineSearchType
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