Struct TsLayoutCode
#[repr(transparent)]pub struct TsLayoutCode(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TsLayoutCode
impl Clone for TsLayoutCode
§fn clone(&self) -> TsLayoutCode
fn clone(&self) -> TsLayoutCode
Returns a copy 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 more§impl Debug for TsLayoutCode
impl Debug for TsLayoutCode
§impl Default for TsLayoutCode
impl Default for TsLayoutCode
§fn default() -> TsLayoutCode
fn default() -> TsLayoutCode
Returns the “default value” for a type. Read more
§impl PartialEq for TsLayoutCode
impl PartialEq for TsLayoutCode
impl Copy for TsLayoutCode
impl Eq for TsLayoutCode
impl StructuralPartialEq for TsLayoutCode
Auto Trait Implementations§
impl Freeze for TsLayoutCode
impl RefUnwindSafe for TsLayoutCode
impl Send for TsLayoutCode
impl Sync for TsLayoutCode
impl Unpin for TsLayoutCode
impl UnwindSafe for TsLayoutCode
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