Struct font_types::Nullable
source · pub struct Nullable<T>(_);Expand description
An offset of a given width for which NULL (zero) is a valid value.
Implementations§
Trait Implementations§
impl<T: Copy> Copy for Nullable<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Nullable<T>where T: RefUnwindSafe,
impl<T> Send for Nullable<T>where T: Send,
impl<T> Sync for Nullable<T>where T: Sync,
impl<T> Unpin for Nullable<T>where T: Unpin,
impl<T> UnwindSafe for Nullable<T>where T: UnwindSafe,
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
source§impl<T> FixedSize for Twhere
T: Scalar,
<T as Scalar>::Raw: FixedSize,
impl<T> FixedSize for Twhere T: Scalar, <T as Scalar>::Raw: FixedSize,
source§const RAW_BYTE_LEN: usize =
const RAW_BYTE_LEN: usize =
The raw size of this type, in bytes. Read more