pub struct NullState {
pub mask: Nullability,
pub rel: u32,
}Fields§
§mask: Nullability§rel: u32Implementations§
Source§impl NullState
impl NullState
pub fn new(mask: Nullability, rel: u32) -> NullState
pub fn new0(mask: Nullability) -> NullState
pub fn is_center_nullable(&self) -> bool
pub fn is_mask_nullable(&self, mask: Nullability) -> bool
Trait Implementations§
Source§impl Ord for NullState
impl Ord for NullState
Source§impl PartialOrd for NullState
impl PartialOrd for NullState
impl Eq for NullState
impl StructuralPartialEq for NullState
Auto Trait Implementations§
impl Freeze for NullState
impl RefUnwindSafe for NullState
impl Send for NullState
impl Sync for NullState
impl Unpin for NullState
impl UnsafeUnpin for NullState
impl UnwindSafe for NullState
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